Shades of Medium Orchid #BB73DC
Tints of Medium Orchid #BB73DC
RGB
CMYK
RGB Variations
Color information
#BB73DC (or 0xBB73DC) is known color: Medium Orchid. HEX triplet: BB, 73 and DC. RGB value is (187,115,220). Sum of RGB (Red+Green+Blue) = 187+115+220=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73DC is #448C23. Grayscale: #949494. Windows color (decimal): -4492324 or 14447547. OLE color: 14447547.
HSL color Cylindrical-coordinate representation of color #BB73DC: hue angle of 281.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB73DC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 115 | 220 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.14 |
| HSL | 281.14º | 0.6% | 0.66% | - |
| HSV(B) | 281.14º | 0.48% | 0.86% | - |
| XYZ | 39.54 | 27.99 | 71.03 | - |
| YUV | 148.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 220 | 0.15 | 0.48 | 0 | 0.14 | 281.14 | 0.6 | 0.66 |
| Hex | BB | 73 | DC | F | 30 | 0 | E | 119 | 3C | 42 |
| Octal | 273 | 163 | 334 | 17 | 60 | 0 | 16 | 431 | 74 | 102 |
| Binary | 10111011 | 1110011 | 11011100 | 1111 | 110000 | 0 | 1110 | 100011001 | 111100 | 1000010 |
Color Harmonies of #BB73DC
Complementary color
Monochromatic Colors of #BB73DC
Black with #BB73DC
Text Example
Text Example
White with #BB73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73DC; }
p { color: rgb(187,115,220); }
H1.HeaderClassName
{
color: #BB73DC;
}
.AnyTagClassName
{
color: #BB73DC;
}
</style>
background-color css
<style>
a { background-color: #BB73DC; }
a { background-color: rgb(187,115,220); }
div.DivClassName
{
background-color: #BB73DC;
}
.BgClassName
{
background-color: #BB73DC;
}
</style>
border-color css
<style>
span { border-color: #BB73DC; }
span { border-color: rgb(187,115,220); }
td.TdClassName
{
border-color: #BB73DC;
}
.TagClassName
{
border-color: #BB73DC;
}
</style>