#BD77DC

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

Shades of Medium Orchid #BD77DC

Tints of Medium Orchid #BD77DC

Color information

#BD77DC (or 0xBD77DC) is unknown color: approx Medium Orchid. HEX triplet: BD, 77 and DC. RGB value is (189,119,220). Sum of RGB (Red+Green+Blue) = 189+119+220=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77DC is #428823. Grayscale: #979797. Windows color (decimal): -4360228 or 14448573. OLE color: 14448573.

HSL color Cylindrical-coordinate representation of color #BD77DC: hue angle of 281.58º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD77DC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189119220-
CMYK0.140.4600.14
HSL281.58º59.06%66.47%-
HSV(B)281.58º45.91%86.27%-
XYZ40.529.1871.21-
YUV151.44166.69154.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=35.80%
G=22.54%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891192200.140.4600.14281.5859.0666.47
HexBD77DCE2E0E11a3b42
Octal275167334165601643273102
Binary101111011110111110111001110101110011101000110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77DC; }

 p { color: rgb(189,119,220); }

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

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

 a { background-color: rgb(189,119,220); }

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

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

 span { border-color: rgb(189,119,220); }

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