#B877D9

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

Shades of Medium Orchid #B877D9

Tints of Medium Orchid #B877D9

Color information

#B877D9 (or 0xB877D9) is unknown color: approx Medium Orchid. HEX triplet: B8, 77 and D9. RGB value is (184,119,217). Sum of RGB (Red+Green+Blue) = 184+119+217=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #B877D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877D9 is #478826. Grayscale: #959595. Windows color (decimal): -4687911 or 14251960. OLE color: 14251960.

HSL color Cylindrical-coordinate representation of color #B877D9: hue angle of 279.8º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B877D9 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184119217-
CMYK0.150.4500.15
HSL279.8º56.32%65.88%-
HSV(B)279.8º45.16%85.1%-
XYZ38.8928.3969.08-
YUV149.61166.03152.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=35.38%
G=22.88%
B=41.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841192170.150.4500.15279.856.3265.88
HexB877D9F2D0F1183842
Octal270167331175501743070102
Binary101110001110111110110011111101101011111000110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877D9; }

 p { color: rgb(184,119,217); }

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

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

 a { background-color: rgb(184,119,217); }

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

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

 span { border-color: rgb(184,119,217); }

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