#B878DE

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

Shades of Medium Orchid #B878DE

Tints of Medium Orchid #B878DE

Color information

#B878DE (or 0xB878DE) is unknown color: approx Medium Orchid. HEX triplet: B8, 78 and DE. RGB value is (184,120,222). Sum of RGB (Red+Green+Blue) = 184+120+222=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #B878DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B878DE is #478721. Grayscale: #969696. Windows color (decimal): -4687650 or 14579896. OLE color: 14579896.

HSL color Cylindrical-coordinate representation of color #B878DE: hue angle of 277.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B878DE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184120222-
CMYK0.170.4600.13
HSL277.65º60.71%67.06%-
HSV(B)277.65º45.95%87.06%-
XYZ39.6728.972.59-
YUV150.76168.2151.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 120 (47.27% from 255) = 22.81%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=34.98%
G=22.81%
B=42.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841202220.170.4600.13277.6560.7167.06
HexB878DE112E0D1163d43
Octal270170336215601542675103
Binary1011100011110001101111010001101110011011000101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878DE; }

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

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

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

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

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

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

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

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