Shades of Perfume #BC94F5
Tints of Perfume #BC94F5
RGB
CMYK
RGB Variations
Color information
#BC94F5 (or 0xBC94F5) is known color: Perfume. HEX triplet: BC, 94 and F5. RGB value is (188,148,245). Sum of RGB (Red+Green+Blue) = 188+148+245=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC94F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94F5 is #436B0A. Grayscale: #AAAAAA. Windows color (decimal): -4418315 or 16094396. OLE color: 16094396.
HSL color Cylindrical-coordinate representation of color #BC94F5: hue angle of 264.74º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC94F5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 148 | 245 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.04 |
| HSL | 264.74º | 0.83% | 0.77% | - |
| HSV(B) | 264.74º | 0.4% | 0.96% | - |
| XYZ | 47.81 | 38.46 | 91.29 | - |
| YUV | 171.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 245 | 0.23 | 0.40 | 0 | 0.04 | 264.74 | 0.83 | 0.77 |
| Hex | BC | 94 | F5 | 17 | 28 | 0 | 4 | 109 | 53 | 4D |
| Octal | 274 | 224 | 365 | 27 | 50 | 0 | 4 | 411 | 123 | 115 |
| Binary | 10111100 | 10010100 | 11110101 | 10111 | 101000 | 0 | 100 | 100001001 | 1010011 | 1001101 |
Color Harmonies of #BC94F5
Complementary color
Monochromatic Colors of #BC94F5
Black with #BC94F5
Text Example
Text Example
White with #BC94F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94F5; }
p { color: rgb(188,148,245); }
H1.HeaderClassName
{
color: #BC94F5;
}
.AnyTagClassName
{
color: #BC94F5;
}
</style>
background-color css
<style>
a { background-color: #BC94F5; }
a { background-color: rgb(188,148,245); }
div.DivClassName
{
background-color: #BC94F5;
}
.BgClassName
{
background-color: #BC94F5;
}
</style>
border-color css
<style>
span { border-color: #BC94F5; }
span { border-color: rgb(188,148,245); }
td.TdClassName
{
border-color: #BC94F5;
}
.TagClassName
{
border-color: #BC94F5;
}
</style>