Shades of Medium Orchid #BB73CA
Tints of Medium Orchid #BB73CA
RGB
CMYK
RGB Variations
Color information
#BB73CA (or 0xBB73CA) is known color: Medium Orchid. HEX triplet: BB, 73 and CA. RGB value is (187,115,202). Sum of RGB (Red+Green+Blue) = 187+115+202=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73CA is #448C35. Grayscale: #929292. Windows color (decimal): -4492342 or 13267899. OLE color: 13267899.
HSL color Cylindrical-coordinate representation of color #BB73CA: hue angle of 289.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB73CA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 115 | 202 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.21 |
| HSL | 289.66º | 0.45% | 0.62% | - |
| HSV(B) | 289.66º | 0.43% | 0.79% | - |
| XYZ | 37.28 | 27.09 | 59.14 | - |
| YUV | 146.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 202 | 0.07 | 0.43 | 0 | 0.21 | 289.66 | 0.45 | 0.62 |
| Hex | BB | 73 | CA | 7 | 2B | 0 | 15 | 122 | 2D | 3E |
| Octal | 273 | 163 | 312 | 7 | 53 | 0 | 25 | 442 | 55 | 76 |
| Binary | 10111011 | 1110011 | 11001010 | 111 | 101011 | 0 | 10101 | 100100010 | 101101 | 111110 |
Color Harmonies of #BB73CA
Complementary color
Monochromatic Colors of #BB73CA
Black with #BB73CA
Text Example
Text Example
White with #BB73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73CA; }
p { color: rgb(187,115,202); }
H1.HeaderClassName
{
color: #BB73CA;
}
.AnyTagClassName
{
color: #BB73CA;
}
</style>
background-color css
<style>
a { background-color: #BB73CA; }
a { background-color: rgb(187,115,202); }
div.DivClassName
{
background-color: #BB73CA;
}
.BgClassName
{
background-color: #BB73CA;
}
</style>
border-color css
<style>
span { border-color: #BB73CA; }
span { border-color: rgb(187,115,202); }
td.TdClassName
{
border-color: #BB73CA;
}
.TagClassName
{
border-color: #BB73CA;
}
</style>