Shades of Medium Orchid #BB73C6
Tints of Medium Orchid #BB73C6
RGB
CMYK
RGB Variations
Color information
#BB73C6 (or 0xBB73C6) is known color: Medium Orchid. HEX triplet: BB, 73 and C6. RGB value is (187,115,198). Sum of RGB (Red+Green+Blue) = 187+115+198=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73C6 is #448C39. Grayscale: #919191. Windows color (decimal): -4492346 or 13005755. OLE color: 13005755.
HSL color Cylindrical-coordinate representation of color #BB73C6: hue angle of 292.05º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB73C6 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 115 | 198 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.22 |
| HSL | 292.05º | 0.42% | 0.61% | - |
| HSV(B) | 292.05º | 0.42% | 0.78% | - |
| XYZ | 36.82 | 26.9 | 56.68 | - |
| YUV | 145.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 198 | 0.06 | 0.42 | 0 | 0.22 | 292.05 | 0.42 | 0.61 |
| Hex | BB | 73 | C6 | 6 | 2A | 0 | 16 | 124 | 2A | 3D |
| Octal | 273 | 163 | 306 | 6 | 52 | 0 | 26 | 444 | 52 | 75 |
| Binary | 10111011 | 1110011 | 11000110 | 110 | 101010 | 0 | 10110 | 100100100 | 101010 | 111101 |
Color Harmonies of #BB73C6
Complementary color
Monochromatic Colors of #BB73C6
Black with #BB73C6
Text Example
Text Example
White with #BB73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73C6; }
p { color: rgb(187,115,198); }
H1.HeaderClassName
{
color: #BB73C6;
}
.AnyTagClassName
{
color: #BB73C6;
}
</style>
background-color css
<style>
a { background-color: #BB73C6; }
a { background-color: rgb(187,115,198); }
div.DivClassName
{
background-color: #BB73C6;
}
.BgClassName
{
background-color: #BB73C6;
}
</style>
border-color css
<style>
span { border-color: #BB73C6; }
span { border-color: rgb(187,115,198); }
td.TdClassName
{
border-color: #BB73C6;
}
.TagClassName
{
border-color: #BB73C6;
}
</style>