#B871DE

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

Shades of Medium Orchid #B871DE

Tints of Medium Orchid #B871DE

Color information

#B871DE (or 0xB871DE) is unknown color: approx Medium Orchid. HEX triplet: B8, 71 and DE. RGB value is (184,113,222). Sum of RGB (Red+Green+Blue) = 184+113+222=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #B871DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871DE is #478E21. Grayscale: #929292. Windows color (decimal): -4689442 or 14578104. OLE color: 14578104.

HSL color Cylindrical-coordinate representation of color #B871DE: hue angle of 279.08º 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 #B871DE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184113222-
CMYK0.170.4900.13
HSL279.08º62.29%65.69%-
HSV(B)279.08º49.1%87.06%-
XYZ38.8627.2772.32-
YUV146.66170.52154.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=35.45%
G=21.77%
B=42.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841132220.170.4900.13279.0862.2965.69
HexB871DE11310D1173e42
Octal270161336216101542776102
Binary1011100011100011101111010001110001011011000101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871DE; }

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

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

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

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

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

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

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

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