Shades of Medium Orchid #BB72C8
Tints of Medium Orchid #BB72C8
RGB
CMYK
RGB Variations
Color information
#BB72C8 (or 0xBB72C8) is known color: Medium Orchid. HEX triplet: BB, 72 and C8. RGB value is (187,114,200). Sum of RGB (Red+Green+Blue) = 187+114+200=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB72C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72C8 is #448D37. Grayscale: #919191. Windows color (decimal): -4492600 or 13136571. OLE color: 13136571.
HSL color Cylindrical-coordinate representation of color #BB72C8: hue angle of 290.93º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB72C8 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 114 | 200 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.22 |
| HSL | 290.93º | 0.44% | 0.62% | - |
| HSV(B) | 290.93º | 0.43% | 0.78% | - |
| XYZ | 36.94 | 26.77 | 57.86 | - |
| YUV | 145.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 200 | 0.06 | 0.43 | 0 | 0.22 | 290.93 | 0.44 | 0.62 |
| Hex | BB | 72 | C8 | 6 | 2B | 0 | 16 | 123 | 2C | 3E |
| Octal | 273 | 162 | 310 | 6 | 53 | 0 | 26 | 443 | 54 | 76 |
| Binary | 10111011 | 1110010 | 11001000 | 110 | 101011 | 0 | 10110 | 100100011 | 101100 | 111110 |
Color Harmonies of #BB72C8
Complementary color
Monochromatic Colors of #BB72C8
Black with #BB72C8
Text Example
Text Example
White with #BB72C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72C8; }
p { color: rgb(187,114,200); }
H1.HeaderClassName
{
color: #BB72C8;
}
.AnyTagClassName
{
color: #BB72C8;
}
</style>
background-color css
<style>
a { background-color: #BB72C8; }
a { background-color: rgb(187,114,200); }
div.DivClassName
{
background-color: #BB72C8;
}
.BgClassName
{
background-color: #BB72C8;
}
</style>
border-color css
<style>
span { border-color: #BB72C8; }
span { border-color: rgb(187,114,200); }
td.TdClassName
{
border-color: #BB72C8;
}
.TagClassName
{
border-color: #BB72C8;
}
</style>