#BD41D8

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

Shades of Medium Orchid #BD41D8

Tints of Medium Orchid #BD41D8

Color information

#BD41D8 (or 0xBD41D8) is unknown color: approx Medium Orchid. HEX triplet: BD, 41 and D8. RGB value is (189,65,216). Sum of RGB (Red+Green+Blue) = 189+65+216=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD41D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41D8 is #42BE27. Grayscale: #767676. Windows color (decimal): -4374056 or 14172605. OLE color: 14172605.

HSL color Cylindrical-coordinate representation of color #BD41D8: hue angle of 289.27º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD41D8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18965216-
CMYK0.120.7000.15
HSL289.27º65.94%55.1%-
HSV(B)289.27º69.91%84.71%-
XYZ35.2719.5666.88-
YUV119.29182.58177.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 65 (25.78% from 255) = 13.83%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=40.21%
G=13.83%
B=45.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189652160.120.7000.15289.2765.9455.1
HexBD41D8C460F1214237
Octal2751013301410601744110267
Binary1011110110000011101100011001000110011111001000011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD41D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD41D8; }

 p { color: rgb(189,65,216); }

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

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

 a { background-color: rgb(189,65,216); }

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

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

 span { border-color: rgb(189,65,216); }

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