#BD59CC

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

Shades of Medium Orchid #BD59CC

Tints of Medium Orchid #BD59CC

Color information

#BD59CC (or 0xBD59CC) is unknown color: approx Medium Orchid. HEX triplet: BD, 59 and CC. RGB value is (189,89,204). Sum of RGB (Red+Green+Blue) = 189+89+204=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD59CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59CC is #42A633. Grayscale: #838383. Windows color (decimal): -4367924 or 13392317. OLE color: 13392317.

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

Color convert

RGB18989204-
CMYK0.070.5600.2
HSL292.17º53%57.45%-
HSV(B)292.17º56.37%80%-
XYZ35.4622.3259.57-
YUV132.01168.63168.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 89 (35.16% from 255) = 18.46%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=39.21%
G=18.46%
B=42.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189892040.070.5600.2292.175357.45
HexBD59CC7380141243539
Octal2751313147700244446571
Binary10111101101100111001100111111000010100100100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD59CC; }

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

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

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

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

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

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

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

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