#B877DA

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

Shades of Medium Orchid #B877DA

Tints of Medium Orchid #B877DA

Color information

#B877DA (or 0xB877DA) is unknown color: approx Medium Orchid. HEX triplet: B8, 77 and DA. RGB value is (184,119,218). Sum of RGB (Red+Green+Blue) = 184+119+218=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B877DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877DA is #478825. Grayscale: #959595. Windows color (decimal): -4687910 or 14317496. OLE color: 14317496.

HSL color Cylindrical-coordinate representation of color #B877DA: hue angle of 279.39º degrees, saturation: 0.57, 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 #B877DA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184119218-
CMYK0.160.4500.15
HSL279.39º57.23%66.08%-
HSV(B)279.39º45.41%85.49%-
XYZ39.0228.4569.76-
YUV149.72166.53152.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=35.32%
G=22.84%
B=41.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841192180.160.4500.15279.3957.2366.08
HexB877DA102D0F1173942
Octal270167332205501742771102
Binary1011100011101111101101010000101101011111000101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877DA; }

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

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

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

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

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

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

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

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