#BD5CD0

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

Shades of Medium Orchid #BD5CD0

Tints of Medium Orchid #BD5CD0

Color information

#BD5CD0 (or 0xBD5CD0) is unknown color: approx Medium Orchid. HEX triplet: BD, 5C and D0. RGB value is (189,92,208). Sum of RGB (Red+Green+Blue) = 189+92+208=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD5CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CD0 is #42A32F. Grayscale: #858585. Windows color (decimal): -4367152 or 13655229. OLE color: 13655229.

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

Color convert

RGB18992208-
CMYK0.090.5600.18
HSL290.17º55.24%58.82%-
HSV(B)290.17º55.77%81.57%-
XYZ36.223.0362.21-
YUV134.23169.64167.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=38.65%
G=18.81%
B=42.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189922080.090.5600.18290.1755.2458.82
HexBD5CD0938012122373b
Octal27513432011700224426773
Binary101111011011100110100001001111000010010100100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CD0; }

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

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

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

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

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

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

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

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