Shades of Perfume #BC8FFD
Tints of Perfume #BC8FFD
RGB
CMYK
RGB Variations
Color information
#BC8FFD (or 0xBC8FFD) is known color: Perfume. HEX triplet: BC, 8F and FD. RGB value is (188,143,253). Sum of RGB (Red+Green+Blue) = 188+143+253=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFD is #437002. Grayscale: #A8A8A8. Windows color (decimal): -4419587 or 16617404. OLE color: 16617404.
HSL color Cylindrical-coordinate representation of color #BC8FFD: hue angle of 264.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8FFD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 143 | 253 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.01 |
| HSL | 264.55º | 0.96% | 0.78% | - |
| HSV(B) | 264.55º | 0.43% | 0.99% | - |
| XYZ | 48.29 | 37.43 | 97.61 | - |
| YUV | 169 | 175.41 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 253 | 0.26 | 0.43 | 0 | 0.01 | 264.55 | 0.96 | 0.78 |
| Hex | BC | 8F | FD | 1A | 2B | 0 | 1 | 109 | 60 | 4E |
| Octal | 274 | 217 | 375 | 32 | 53 | 0 | 1 | 411 | 140 | 116 |
| Binary | 10111100 | 10001111 | 11111101 | 11010 | 101011 | 0 | 1 | 100001001 | 1100000 | 1001110 |
Color Harmonies of #BC8FFD
Complementary color
Monochromatic Colors of #BC8FFD
Black with #BC8FFD
Text Example
Text Example
White with #BC8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FFD; }
p { color: rgb(188,143,253); }
H1.HeaderClassName
{
color: #BC8FFD;
}
.AnyTagClassName
{
color: #BC8FFD;
}
</style>
background-color css
<style>
a { background-color: #BC8FFD; }
a { background-color: rgb(188,143,253); }
div.DivClassName
{
background-color: #BC8FFD;
}
.BgClassName
{
background-color: #BC8FFD;
}
</style>
border-color css
<style>
span { border-color: #BC8FFD; }
span { border-color: rgb(188,143,253); }
td.TdClassName
{
border-color: #BC8FFD;
}
.TagClassName
{
border-color: #BC8FFD;
}
</style>