Shades of Perfume #BB8CF3
Tints of Perfume #BB8CF3
RGB
CMYK
RGB Variations
Color information
#BB8CF3 (or 0xBB8CF3) is known color: Perfume. HEX triplet: BB, 8C and F3. RGB value is (187,140,243). Sum of RGB (Red+Green+Blue) = 187+140+243=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB8CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CF3 is #44730C. Grayscale: #A5A5A5. Windows color (decimal): -4485901 or 15961275. OLE color: 15961275.
HSL color Cylindrical-coordinate representation of color #BB8CF3: hue angle of 267.38º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8CF3 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 140 | 243 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.05 |
| HSL | 267.38º | 0.81% | 0.75% | - |
| HSV(B) | 267.38º | 0.42% | 0.95% | - |
| XYZ | 46.05 | 35.79 | 89.28 | - |
| YUV | 165.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 243 | 0.23 | 0.42 | 0 | 0.05 | 267.38 | 0.81 | 0.75 |
| Hex | BB | 8C | F3 | 17 | 2A | 0 | 5 | 10B | 51 | 4B |
| Octal | 273 | 214 | 363 | 27 | 52 | 0 | 5 | 413 | 121 | 113 |
| Binary | 10111011 | 10001100 | 11110011 | 10111 | 101010 | 0 | 101 | 100001011 | 1010001 | 1001011 |
Color Harmonies of #BB8CF3
Complementary color
Monochromatic Colors of #BB8CF3
Black with #BB8CF3
Text Example
Text Example
White with #BB8CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CF3; }
p { color: rgb(187,140,243); }
H1.HeaderClassName
{
color: #BB8CF3;
}
.AnyTagClassName
{
color: #BB8CF3;
}
</style>
background-color css
<style>
a { background-color: #BB8CF3; }
a { background-color: rgb(187,140,243); }
div.DivClassName
{
background-color: #BB8CF3;
}
.BgClassName
{
background-color: #BB8CF3;
}
</style>
border-color css
<style>
span { border-color: #BB8CF3; }
span { border-color: rgb(187,140,243); }
td.TdClassName
{
border-color: #BB8CF3;
}
.TagClassName
{
border-color: #BB8CF3;
}
</style>