#BD45D7

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

Shades of Medium Orchid #BD45D7

Tints of Medium Orchid #BD45D7

Color information

#BD45D7 (or 0xBD45D7) is unknown color: approx Medium Orchid. HEX triplet: BD, 45 and D7. RGB value is (189,69,215). Sum of RGB (Red+Green+Blue) = 189+69+215=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD45D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45D7 is #42BA28. Grayscale: #797979. Windows color (decimal): -4373033 or 14108093. OLE color: 14108093.

HSL color Cylindrical-coordinate representation of color #BD45D7: hue angle of 289.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD45D7 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18969215-
CMYK0.120.6800.16
HSL289.32º64.6%55.69%-
HSV(B)289.32º67.91%84.31%-
XYZ35.3819.9866.28-
YUV121.52180.76176.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=39.96%
G=14.59%
B=45.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189692150.120.6800.16289.3264.655.69
HexBD45D7C440101214138
Octal2751053271410402044110170
Binary10111101100010111010111110010001000100001001000011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45D7; }

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

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

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

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

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

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

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

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