#B475ED

Color #B475ED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B475ED

Tints of Medium Purple #B475ED

Color information

#B475ED (or 0xB475ED) is unknown color: approx Medium Purple. HEX triplet: B4, 75 and ED. RGB value is (180,117,237). Sum of RGB (Red+Green+Blue) = 180+117+237=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #B475ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B475ED is #4B8A12. Grayscale: #959595. Windows color (decimal): -4950547 or 15562164. OLE color: 15562164.

HSL color Cylindrical-coordinate representation of color #B475ED: hue angle of 271.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B475ED is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180117237-
CMYK0.240.5100.07
HSL271.5º76.92%69.41%-
HSV(B)271.5º50.63%92.94%-
XYZ40.4728.5483.5-
YUV149.52177.37149.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=33.71%
G=21.91%
B=44.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801172370.240.5100.07271.576.9269.41
HexB475ED1833071104d45
Octal264165355306307420115105
Binary1011010011101011110110111000110011011110001000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475ED; }

 p { color: rgb(180,117,237); }

 H1.HeaderClassName
 {
   color: #B475ED;
 }
 .AnyTagClassName
 {
   color: #B475ED;
 }
</style>
background-color css

<style>
 a { background-color: #B475ED; }

 a { background-color: rgb(180,117,237); }

 div.DivClassName
 {
   background-color: #B475ED;
 }
 .BgClassName
 {
   background-color: #B475ED;
 }
</style>
border-color css

<style>
 span { border-color: #B475ED; }

 span { border-color: rgb(180,117,237); }

 td.TdClassName
 {
   border-color: #B475ED;
 }
 .TagClassName
 {
   border-color: #B475ED;
 }
</style>