#BD45CD

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

Shades of Medium Orchid #BD45CD

Tints of Medium Orchid #BD45CD

Color information

#BD45CD (or 0xBD45CD) is unknown color: approx Medium Orchid. HEX triplet: BD, 45 and CD. RGB value is (189,69,205). Sum of RGB (Red+Green+Blue) = 189+69+205=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD45CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45CD is #42BA32. Grayscale: #777777. Windows color (decimal): -4373043 or 13452733. OLE color: 13452733.

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

Color convert

RGB18969205-
CMYK0.080.6600.20
HSL292.94º57.63%53.73%-
HSV(B)292.94º66.34%80.39%-
XYZ34.1319.4859.72-
YUV120.38175.76176.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 69 (27.34% from 255) = 14.90%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=40.82%
G=14.90%
B=44.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189692050.080.6600.20292.9457.6353.73
HexBD45CD8420141253a36
Octal275105315101020244457266
Binary1011110110001011100110110001000010010100100100101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45CD; }

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

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

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

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

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

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

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

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