#BD77D2

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

Shades of Medium Orchid #BD77D2

Tints of Medium Orchid #BD77D2

Color information

#BD77D2 (or 0xBD77D2) is unknown color: approx Medium Orchid. HEX triplet: BD, 77 and D2. RGB value is (189,119,210). Sum of RGB (Red+Green+Blue) = 189+119+210=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD77D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77D2 is #42882D. Grayscale: #969696. Windows color (decimal): -4360238 or 13793213. OLE color: 13793213.

HSL color Cylindrical-coordinate representation of color #BD77D2: hue angle of 286.15º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD77D2 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189119210-
CMYK0.100.4300.18
HSL286.15º50.28%64.51%-
HSV(B)286.15º43.33%82.35%-
XYZ39.2228.6764.44-
YUV150.3161.69155.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 210 (82.42% from 255) = 40.54%
R=36.49%
G=22.97%
B=40.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891192100.100.4300.18286.1550.2864.51
HexBD77D2A2B01211e3241
Octal275167322125302243662101
Binary1011110111101111101001010101010110100101000111101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77D2; }

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

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

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

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

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

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

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

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