Shades of Perfume #BC94FF
Tints of Perfume #BC94FF
RGB
CMYK
RGB Variations
Color information
#BC94FF (or 0xBC94FF) is known color: Perfume. HEX triplet: BC, 94 and FF. RGB value is (188,148,255). Sum of RGB (Red+Green+Blue) = 188+148+255=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94FF is #436B00. Grayscale: #ABABAB. Windows color (decimal): -4418305 or 16749756. OLE color: 16749756.
HSL color Cylindrical-coordinate representation of color #BC94FF: hue angle of 262.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC94FF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 148 | 255 | - |
| CMYK | 0.26 | 0.42 | 0 | 0 |
| HSL | 262.43º | 1% | 0.79% | - |
| HSV(B) | 262.43º | 0.42% | 1% | - |
| XYZ | 49.38 | 39.09 | 99.55 | - |
| YUV | 172.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 255 | 0.26 | 0.42 | 0 | 0 | 262.43 | 1 | 0.79 |
| Hex | BC | 94 | FF | 1A | 2A | 0 | 0 | 106 | 64 | 4F |
| Octal | 274 | 224 | 377 | 32 | 52 | 0 | 0 | 406 | 144 | 117 |
| Binary | 10111100 | 10010100 | 11111111 | 11010 | 101010 | 0 | 0 | 100000110 | 1100100 | 1001111 |
Color Harmonies of #BC94FF
Complementary color
Monochromatic Colors of #BC94FF
Black with #BC94FF
Text Example
Text Example
White with #BC94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94FF; }
p { color: rgb(188,148,255); }
H1.HeaderClassName
{
color: #BC94FF;
}
.AnyTagClassName
{
color: #BC94FF;
}
</style>
background-color css
<style>
a { background-color: #BC94FF; }
a { background-color: rgb(188,148,255); }
div.DivClassName
{
background-color: #BC94FF;
}
.BgClassName
{
background-color: #BC94FF;
}
</style>
border-color css
<style>
span { border-color: #BC94FF; }
span { border-color: rgb(188,148,255); }
td.TdClassName
{
border-color: #BC94FF;
}
.TagClassName
{
border-color: #BC94FF;
}
</style>