#BD5DCD

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

Shades of Medium Orchid #BD5DCD

Tints of Medium Orchid #BD5DCD

Color information

#BD5DCD (or 0xBD5DCD) is unknown color: approx Medium Orchid. HEX triplet: BD, 5D and CD. RGB value is (189,93,205). Sum of RGB (Red+Green+Blue) = 189+93+205=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DCD is #42A232. Grayscale: #868686. Windows color (decimal): -4366899 or 13458877. OLE color: 13458877.

HSL color Cylindrical-coordinate representation of color #BD5DCD: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5DCD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18993205-
CMYK0.080.5500.20
HSL291.43º52.83%58.43%-
HSV(B)291.43º54.63%80.39%-
XYZ35.9223.0660.31-
YUV134.47167.8166.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=38.81%
G=19.10%
B=42.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189932050.080.5500.20291.4352.8358.43
HexBD5DCD837014123353a
Octal27513531510670244436572
Binary101111011011101110011011000110111010100100100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5DCD; }

 p { color: rgb(189,93,205); }

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

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

 a { background-color: rgb(189,93,205); }

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

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

 span { border-color: rgb(189,93,205); }

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