Shades of Medium Orchid #BB46CF
Tints of Medium Orchid #BB46CF
RGB
CMYK
RGB Variations
Color information
#BB46CF (or 0xBB46CF) is known color: Medium Orchid. HEX triplet: BB, 46 and CF. RGB value is (187,70,207). Sum of RGB (Red+Green+Blue) = 187+70+207=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB46CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46CF is #44B930. Grayscale: #787878. Windows color (decimal): -4503857 or 13584059. OLE color: 13584059.
HSL color Cylindrical-coordinate representation of color #BB46CF: hue angle of 291.24º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB46CF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 70 | 207 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.19 |
| HSL | 291.24º | 0.59% | 0.54% | - |
| HSV(B) | 291.24º | 0.66% | 0.81% | - |
| XYZ | 33.95 | 19.45 | 61 | - |
| YUV | 120.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 207 | 0.10 | 0.66 | 0 | 0.19 | 291.24 | 0.59 | 0.54 |
| Hex | BB | 46 | CF | A | 42 | 0 | 13 | 123 | 3B | 36 |
| Octal | 273 | 106 | 317 | 12 | 102 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111011 | 1000110 | 11001111 | 1010 | 1000010 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #BB46CF
Complementary color
Monochromatic Colors of #BB46CF
Black with #BB46CF
Text Example
Text Example
White with #BB46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46CF; }
p { color: rgb(187,70,207); }
H1.HeaderClassName
{
color: #BB46CF;
}
.AnyTagClassName
{
color: #BB46CF;
}
</style>
background-color css
<style>
a { background-color: #BB46CF; }
a { background-color: rgb(187,70,207); }
div.DivClassName
{
background-color: #BB46CF;
}
.BgClassName
{
background-color: #BB46CF;
}
</style>
border-color css
<style>
span { border-color: #BB46CF; }
span { border-color: rgb(187,70,207); }
td.TdClassName
{
border-color: #BB46CF;
}
.TagClassName
{
border-color: #BB46CF;
}
</style>