Shades of Perfume #BC94F0
Tints of Perfume #BC94F0
RGB
CMYK
RGB Variations
Color information
#BC94F0 (or 0xBC94F0) is known color: Perfume. HEX triplet: BC, 94 and F0. RGB value is (188,148,240). Sum of RGB (Red+Green+Blue) = 188+148+240=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC94F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94F0 is #436B0F. Grayscale: #AAAAAA. Windows color (decimal): -4418320 or 15766716. OLE color: 15766716.
HSL color Cylindrical-coordinate representation of color #BC94F0: hue angle of 266.09º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC94F0 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 148 | 240 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.06 |
| HSL | 266.09º | 0.75% | 0.76% | - |
| HSV(B) | 266.09º | 0.38% | 0.94% | - |
| XYZ | 47.06 | 38.16 | 87.32 | - |
| YUV | 170.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 240 | 0.22 | 0.38 | 0 | 0.06 | 266.09 | 0.75 | 0.76 |
| Hex | BC | 94 | F0 | 16 | 26 | 0 | 6 | 10A | 4B | 4C |
| Octal | 274 | 224 | 360 | 26 | 46 | 0 | 6 | 412 | 113 | 114 |
| Binary | 10111100 | 10010100 | 11110000 | 10110 | 100110 | 0 | 110 | 100001010 | 1001011 | 1001100 |
Color Harmonies of #BC94F0
Complementary color
Monochromatic Colors of #BC94F0
Black with #BC94F0
Text Example
Text Example
White with #BC94F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94F0; }
p { color: rgb(188,148,240); }
H1.HeaderClassName
{
color: #BC94F0;
}
.AnyTagClassName
{
color: #BC94F0;
}
</style>
background-color css
<style>
a { background-color: #BC94F0; }
a { background-color: rgb(188,148,240); }
div.DivClassName
{
background-color: #BC94F0;
}
.BgClassName
{
background-color: #BC94F0;
}
</style>
border-color css
<style>
span { border-color: #BC94F0; }
span { border-color: rgb(188,148,240); }
td.TdClassName
{
border-color: #BC94F0;
}
.TagClassName
{
border-color: #BC94F0;
}
</style>