#B879DD

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

Shades of Medium Orchid #B879DD

Tints of Medium Orchid #B879DD

Color information

#B879DD (or 0xB879DD) is unknown color: approx Medium Orchid. HEX triplet: B8, 79 and DD. RGB value is (184,121,221). Sum of RGB (Red+Green+Blue) = 184+121+221=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #B879DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879DD is #478622. Grayscale: #969696. Windows color (decimal): -4687395 or 14514616. OLE color: 14514616.

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

Color convert

RGB184121221-
CMYK0.170.4500.13
HSL277.8º59.52%67.06%-
HSV(B)277.8º45.25%86.67%-
XYZ39.6629.0971.93-
YUV151.24167.37151.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 121 (47.66% from 255) = 23.00%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=34.98%
G=23.00%
B=42.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841212210.170.4500.13277.859.5267.06
HexB879DD112D0D1163c43
Octal270171335215501542674103
Binary1011100011110011101110110001101101011011000101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879DD; }

 p { color: rgb(184,121,221); }

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

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

 a { background-color: rgb(184,121,221); }

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

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

 span { border-color: rgb(184,121,221); }

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