Shades of Perfume #BC8FFF
Tints of Perfume #BC8FFF
RGB
CMYK
RGB Variations
Color information
#BC8FFF (or 0xBC8FFF) is known color: Perfume. HEX triplet: BC, 8F and FF. RGB value is (188,143,255). Sum of RGB (Red+Green+Blue) = 188+143+255=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFF is #437000. Grayscale: #A8A8A8. Windows color (decimal): -4419585 or 16748476. OLE color: 16748476.
HSL color Cylindrical-coordinate representation of color #BC8FFF: hue angle of 264.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8FFF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 143 | 255 | - |
| CMYK | 0.26 | 0.44 | 0 | 0 |
| HSL | 264.11º | 1% | 0.78% | - |
| HSV(B) | 264.11º | 0.44% | 1% | - |
| XYZ | 48.61 | 37.56 | 99.29 | - |
| YUV | 169.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 255 | 0.26 | 0.44 | 0 | 0 | 264.11 | 1 | 0.78 |
| Hex | BC | 8F | FF | 1A | 2C | 0 | 0 | 108 | 64 | 4E |
| Octal | 274 | 217 | 377 | 32 | 54 | 0 | 0 | 410 | 144 | 116 |
| Binary | 10111100 | 10001111 | 11111111 | 11010 | 101100 | 0 | 0 | 100001000 | 1100100 | 1001110 |
Color Harmonies of #BC8FFF
Complementary color
Monochromatic Colors of #BC8FFF
Black with #BC8FFF
Text Example
Text Example
White with #BC8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FFF; }
p { color: rgb(188,143,255); }
H1.HeaderClassName
{
color: #BC8FFF;
}
.AnyTagClassName
{
color: #BC8FFF;
}
</style>
background-color css
<style>
a { background-color: #BC8FFF; }
a { background-color: rgb(188,143,255); }
div.DivClassName
{
background-color: #BC8FFF;
}
.BgClassName
{
background-color: #BC8FFF;
}
</style>
border-color css
<style>
span { border-color: #BC8FFF; }
span { border-color: rgb(188,143,255); }
td.TdClassName
{
border-color: #BC8FFF;
}
.TagClassName
{
border-color: #BC8FFF;
}
</style>