#BD59D3

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

Shades of Medium Orchid #BD59D3

Tints of Medium Orchid #BD59D3

Color information

#BD59D3 (or 0xBD59D3) is unknown color: approx Medium Orchid. HEX triplet: BD, 59 and D3. RGB value is (189,89,211). Sum of RGB (Red+Green+Blue) = 189+89+211=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD59D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59D3 is #42A62C. Grayscale: #848484. Windows color (decimal): -4367917 or 13851069. OLE color: 13851069.

HSL color Cylindrical-coordinate representation of color #BD59D3: hue angle of 289.18º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD59D3 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18989211-
CMYK0.100.5800.17
HSL289.18º58.1%58.82%-
HSV(B)289.18º57.82%82.75%-
XYZ36.3222.6764.09-
YUV132.81172.13168.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 89 (35.16% from 255) = 18.20%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=38.65%
G=18.20%
B=43.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189892110.100.5800.17289.1858.158.82
HexBD59D3A3A0111213a3b
Octal27513132312720214417273
Binary101111011011001110100111010111010010001100100001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD59D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD59D3; }

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

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

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

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

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

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

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

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