#BD77DE

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

Shades of Medium Orchid #BD77DE

Tints of Medium Orchid #BD77DE

Color information

#BD77DE (or 0xBD77DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 77 and DE. RGB value is (189,119,222). Sum of RGB (Red+Green+Blue) = 189+119+222=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77DE is #428821. Grayscale: #979797. Windows color (decimal): -4360226 or 14579645. OLE color: 14579645.

HSL color Cylindrical-coordinate representation of color #BD77DE: hue angle of 280.78º 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 #BD77DE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189119222-
CMYK0.150.4600.13
HSL280.78º60.95%66.86%-
HSV(B)280.78º46.4%87.06%-
XYZ40.7729.2972.61-
YUV151.67167.69154.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=35.66%
G=22.45%
B=41.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891192220.150.4600.13280.7860.9566.86
HexBD77DEF2E0D1193d43
Octal275167336175601543175103
Binary101111011110111110111101111101110011011000110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77DE; }

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

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

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

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

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

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

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

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