#B471DE

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

Shades of Medium Orchid #B471DE

Tints of Medium Orchid #B471DE

Color information

#B471DE (or 0xB471DE) is unknown color: approx Medium Orchid. HEX triplet: B4, 71 and DE. RGB value is (180,113,222). Sum of RGB (Red+Green+Blue) = 180+113+222=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #B471DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471DE is #4B8E21. Grayscale: #919191. Windows color (decimal): -4951586 or 14578100. OLE color: 14578100.

HSL color Cylindrical-coordinate representation of color #B471DE: hue angle of 276.88º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B471DE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180113222-
CMYK0.190.4900.13
HSL276.88º62.29%65.69%-
HSV(B)276.88º49.1%87.06%-
XYZ37.9126.7972.28-
YUV145.46171.2152.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=34.95%
G=21.94%
B=43.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801132220.190.4900.13276.8862.2965.69
HexB471DE13310D1153e42
Octal264161336236101542576102
Binary1011010011100011101111010011110001011011000101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471DE; }

 p { color: rgb(180,113,222); }

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

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

 a { background-color: rgb(180,113,222); }

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

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

 span { border-color: rgb(180,113,222); }

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