Shades of Medium Orchid #BB58CF
Tints of Medium Orchid #BB58CF
RGB
CMYK
RGB Variations
Color information
#BB58CF (or 0xBB58CF) is known color: Medium Orchid. HEX triplet: BB, 58 and CF. RGB value is (187,88,207). Sum of RGB (Red+Green+Blue) = 187+88+207=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58CF is #44A730. Grayscale: #828282. Windows color (decimal): -4499249 or 13588667. OLE color: 13588667.
HSL color Cylindrical-coordinate representation of color #BB58CF: hue angle of 289.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB58CF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 88 | 207 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.19 |
| HSL | 289.92º | 0.55% | 0.58% | - |
| HSV(B) | 289.92º | 0.57% | 0.81% | - |
| XYZ | 35.25 | 22.05 | 61.43 | - |
| YUV | 131.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 207 | 0.10 | 0.57 | 0 | 0.19 | 289.92 | 0.55 | 0.58 |
| Hex | BB | 58 | CF | A | 39 | 0 | 13 | 122 | 37 | 3A |
| Octal | 273 | 130 | 317 | 12 | 71 | 0 | 23 | 442 | 67 | 72 |
| Binary | 10111011 | 1011000 | 11001111 | 1010 | 111001 | 0 | 10011 | 100100010 | 110111 | 111010 |
Color Harmonies of #BB58CF
Complementary color
Monochromatic Colors of #BB58CF
Black with #BB58CF
Text Example
Text Example
White with #BB58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58CF; }
p { color: rgb(187,88,207); }
H1.HeaderClassName
{
color: #BB58CF;
}
.AnyTagClassName
{
color: #BB58CF;
}
</style>
background-color css
<style>
a { background-color: #BB58CF; }
a { background-color: rgb(187,88,207); }
div.DivClassName
{
background-color: #BB58CF;
}
.BgClassName
{
background-color: #BB58CF;
}
</style>
border-color css
<style>
span { border-color: #BB58CF; }
span { border-color: rgb(187,88,207); }
td.TdClassName
{
border-color: #BB58CF;
}
.TagClassName
{
border-color: #BB58CF;
}
</style>