#BD45DA

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

Shades of Medium Orchid #BD45DA

Tints of Medium Orchid #BD45DA

Color information

#BD45DA (or 0xBD45DA) is unknown color: approx Medium Orchid. HEX triplet: BD, 45 and DA. RGB value is (189,69,218). Sum of RGB (Red+Green+Blue) = 189+69+218=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD45DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45DA is #42BA25. Grayscale: #797979. Windows color (decimal): -4373030 or 14304701. OLE color: 14304701.

HSL color Cylindrical-coordinate representation of color #BD45DA: hue angle of 288.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD45DA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18969218-
CMYK0.130.6800.15
HSL288.32º66.82%56.27%-
HSV(B)288.32º68.35%85.49%-
XYZ35.7720.1468.33-
YUV121.87182.26175.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 69 (27.34% from 255) = 14.50%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=39.71%
G=14.50%
B=45.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189692180.130.6800.15288.3266.8256.27
HexBD45DAD440F1204338
Octal2751053321510401744010370
Binary1011110110001011101101011011000100011111001000001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45DA; }

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

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

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

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

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

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

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

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