Shades of Heliotrope #BB83FF
Tints of Heliotrope #BB83FF
RGB
CMYK
RGB Variations
Color information
#BB83FF (or 0xBB83FF) is known color: Heliotrope. HEX triplet: BB, 83 and FF. RGB value is (187,131,255). Sum of RGB (Red+Green+Blue) = 187+131+255=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83FF is #447C00. Grayscale: #A1A1A1. Windows color (decimal): -4488193 or 16745403. OLE color: 16745403.
HSL color Cylindrical-coordinate representation of color #BB83FF: hue angle of 267.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB83FF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 131 | 255 | - |
| CMYK | 0.27 | 0.49 | 0 | 0 |
| HSL | 267.1º | 1% | 0.76% | - |
| HSV(B) | 267.1º | 0.49% | 1% | - |
| XYZ | 46.66 | 34.02 | 98.71 | - |
| YUV | 161.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 255 | 0.27 | 0.49 | 0 | 0 | 267.1 | 1 | 0.76 |
| Hex | BB | 83 | FF | 1B | 31 | 0 | 0 | 10B | 64 | 4C |
| Octal | 273 | 203 | 377 | 33 | 61 | 0 | 0 | 413 | 144 | 114 |
| Binary | 10111011 | 10000011 | 11111111 | 11011 | 110001 | 0 | 0 | 100001011 | 1100100 | 1001100 |
Color Harmonies of #BB83FF
Complementary color
Monochromatic Colors of #BB83FF
Black with #BB83FF
Text Example
Text Example
White with #BB83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83FF; }
p { color: rgb(187,131,255); }
H1.HeaderClassName
{
color: #BB83FF;
}
.AnyTagClassName
{
color: #BB83FF;
}
</style>
background-color css
<style>
a { background-color: #BB83FF; }
a { background-color: rgb(187,131,255); }
div.DivClassName
{
background-color: #BB83FF;
}
.BgClassName
{
background-color: #BB83FF;
}
</style>
border-color css
<style>
span { border-color: #BB83FF; }
span { border-color: rgb(187,131,255); }
td.TdClassName
{
border-color: #BB83FF;
}
.TagClassName
{
border-color: #BB83FF;
}
</style>