#BD73DD

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

Shades of Medium Orchid #BD73DD

Tints of Medium Orchid #BD73DD

Color information

#BD73DD (or 0xBD73DD) is unknown color: approx Medium Orchid. HEX triplet: BD, 73 and DD. RGB value is (189,115,221). Sum of RGB (Red+Green+Blue) = 189+115+221=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73DD is #428C22. Grayscale: #949494. Windows color (decimal): -4361251 or 14513085. OLE color: 14513085.

HSL color Cylindrical-coordinate representation of color #BD73DD: hue angle of 281.89º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD73DD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189115221-
CMYK0.140.4800.13
HSL281.89º60.92%65.88%-
HSV(B)281.89º47.96%86.67%-
XYZ40.1728.371.75-
YUV149.21168.52156.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 115 (45.31% from 255) = 21.90%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=36%
G=21.90%
B=42.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891152210.140.4800.13281.8960.9265.88
HexBD73DDE300D11a3d42
Octal275163335166001543275102
Binary101111011110011110111011110110000011011000110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73DD; }

 p { color: rgb(189,115,221); }

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

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

 a { background-color: rgb(189,115,221); }

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

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

 span { border-color: rgb(189,115,221); }

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