#BD77CC

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

Shades of Medium Orchid #BD77CC

Tints of Medium Orchid #BD77CC

Color information

#BD77CC (or 0xBD77CC) is unknown color: approx Medium Orchid. HEX triplet: BD, 77 and CC. RGB value is (189,119,204). Sum of RGB (Red+Green+Blue) = 189+119+204=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77CC is #428833. Grayscale: #959595. Windows color (decimal): -4360244 or 13399997. OLE color: 13399997.

HSL color Cylindrical-coordinate representation of color #BD77CC: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD77CC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189119204-
CMYK0.070.4200.2
HSL289.41º45.45%63.33%-
HSV(B)289.41º41.67%80%-
XYZ38.4828.3760.57-
YUV149.62158.69156.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=36.91%
G=23.24%
B=39.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891192040.070.4200.2289.4145.4563.33
HexBD77CC72A0141212d3f
Octal2751673147520244415577
Binary10111101111011111001100111101010010100100100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77CC; }

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

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

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

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

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

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

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

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