#bd42d1

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

Shades of Medium Orchid #BD42D1

Tints of Medium Orchid #BD42D1

Color information

#BD42D1 (or 0xBD42D1) is unknown color: approx Medium Orchid. HEX triplet: BD, 42 and D1. RGB value is (189,66,209). Sum of RGB (Red+Green+Blue) = 189+66+209=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42D1 is #42BD2E. Grayscale: #767676. Windows color (decimal): -4373807 or 13714109. OLE color: 13714109.

HSL color Cylindrical-coordinate representation of color #BD42D1: hue angle of 291.61º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD42D1 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18966209-
CMYK0.100.6800.18
HSL291.61º60.85%53.92%-
HSV(B)291.61º68.42%81.96%-
XYZ34.4419.3262.24-
YUV119.08178.75177.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 66 (26.17% from 255) = 14.22%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=40.73%
G=14.22%
B=45.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189662090.100.6800.18291.6160.8553.92
HexBD42D1A440121243d36
Octal275102321121040224447566
Binary1011110110000101101000110101000100010010100100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd42d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd42d1; }

 p { color: rgb(189,66,209); }

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

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

 a { background-color: rgb(189,66,209); }

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

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

 span { border-color: rgb(189,66,209); }

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