Shades of Medium Orchid #BB46FF
Tints of Medium Orchid #BB46FF
RGB
CMYK
RGB Variations
Color information
#BB46FF (or 0xBB46FF) is known color: Medium Orchid. HEX triplet: BB, 46 and FF. RGB value is (187,70,255). Sum of RGB (Red+Green+Blue) = 187+70+255=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB46FF is #44B900. Grayscale: #7D7D7D. Windows color (decimal): -4503809 or 16729787. OLE color: 16729787.
HSL color Cylindrical-coordinate representation of color #BB46FF: hue angle of 277.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB46FF is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 70 | 255 | - |
| CMYK | 0.27 | 0.73 | 0 | 0 |
| HSL | 277.95º | 1% | 0.64% | - |
| HSV(B) | 277.95º | 0.73% | 1% | - |
| XYZ | 40.73 | 22.17 | 96.74 | - |
| YUV | 126.07 | 200.76 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 255 | 0.27 | 0.73 | 0 | 0 | 277.95 | 1 | 0.64 |
| Hex | BB | 46 | FF | 1B | 49 | 0 | 0 | 116 | 64 | 40 |
| Octal | 273 | 106 | 377 | 33 | 111 | 0 | 0 | 426 | 144 | 100 |
| Binary | 10111011 | 1000110 | 11111111 | 11011 | 1001001 | 0 | 0 | 100010110 | 1100100 | 1000000 |
Color Harmonies of #BB46FF
Complementary color
Monochromatic Colors of #BB46FF
Black with #BB46FF
Text Example
Text Example
White with #BB46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46FF; }
p { color: rgb(187,70,255); }
H1.HeaderClassName
{
color: #BB46FF;
}
.AnyTagClassName
{
color: #BB46FF;
}
</style>
background-color css
<style>
a { background-color: #BB46FF; }
a { background-color: rgb(187,70,255); }
div.DivClassName
{
background-color: #BB46FF;
}
.BgClassName
{
background-color: #BB46FF;
}
</style>
border-color css
<style>
span { border-color: #BB46FF; }
span { border-color: rgb(187,70,255); }
td.TdClassName
{
border-color: #BB46FF;
}
.TagClassName
{
border-color: #BB46FF;
}
</style>