Shades of Medium Orchid #BB70D5
Tints of Medium Orchid #BB70D5
RGB
CMYK
RGB Variations
Color information
#BB70D5 (or 0xBB70D5) is known color: Medium Orchid. HEX triplet: BB, 70 and D5. RGB value is (187,112,213). Sum of RGB (Red+Green+Blue) = 187+112+213=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB70D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70D5 is #448F2A. Grayscale: #919191. Windows color (decimal): -4493099 or 13988027. OLE color: 13988027.
HSL color Cylindrical-coordinate representation of color #BB70D5: hue angle of 284.55º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB70D5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 112 | 213 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.16 |
| HSL | 284.55º | 0.55% | 0.64% | - |
| HSV(B) | 284.55º | 0.47% | 0.84% | - |
| XYZ | 38.3 | 26.96 | 66.14 | - |
| YUV | 145.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 213 | 0.12 | 0.47 | 0 | 0.16 | 284.55 | 0.55 | 0.64 |
| Hex | BB | 70 | D5 | C | 2F | 0 | 10 | 11D | 37 | 40 |
| Octal | 273 | 160 | 325 | 14 | 57 | 0 | 20 | 435 | 67 | 100 |
| Binary | 10111011 | 1110000 | 11010101 | 1100 | 101111 | 0 | 10000 | 100011101 | 110111 | 1000000 |
Color Harmonies of #BB70D5
Complementary color
Monochromatic Colors of #BB70D5
Black with #BB70D5
Text Example
Text Example
White with #BB70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70D5; }
p { color: rgb(187,112,213); }
H1.HeaderClassName
{
color: #BB70D5;
}
.AnyTagClassName
{
color: #BB70D5;
}
</style>
background-color css
<style>
a { background-color: #BB70D5; }
a { background-color: rgb(187,112,213); }
div.DivClassName
{
background-color: #BB70D5;
}
.BgClassName
{
background-color: #BB70D5;
}
</style>
border-color css
<style>
span { border-color: #BB70D5; }
span { border-color: rgb(187,112,213); }
td.TdClassName
{
border-color: #BB70D5;
}
.TagClassName
{
border-color: #BB70D5;
}
</style>