#BD55D0

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

Shades of Medium Orchid #BD55D0

Tints of Medium Orchid #BD55D0

Color information

#BD55D0 (or 0xBD55D0) is unknown color: approx Medium Orchid. HEX triplet: BD, 55 and D0. RGB value is (189,85,208). Sum of RGB (Red+Green+Blue) = 189+85+208=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55D0 is #42AA2F. Grayscale: #818181. Windows color (decimal): -4368944 or 13653437. OLE color: 13653437.

HSL color Cylindrical-coordinate representation of color #BD55D0: hue angle of 290.73º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD55D0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18985208-
CMYK0.090.5900.18
HSL290.73º56.68%57.45%-
HSV(B)290.73º59.13%81.57%-
XYZ35.6221.8762.02-
YUV130.12171.96170-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 85 (33.59% from 255) = 17.63%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=39.21%
G=17.63%
B=43.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189852080.090.5900.18290.7356.6857.45
HexBD55D093B0121233939
Octal27512532011730224437171
Binary101111011010101110100001001111011010010100100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD55D0; }

 p { color: rgb(189,85,208); }

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

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

 a { background-color: rgb(189,85,208); }

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

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

 span { border-color: rgb(189,85,208); }

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