Shades of Perfume #BC8BFD
Tints of Perfume #BC8BFD
RGB
CMYK
RGB Variations
Color information
#BC8BFD (or 0xBC8BFD) is known color: Perfume. HEX triplet: BC, 8B and FD. RGB value is (188,139,253). Sum of RGB (Red+Green+Blue) = 188+139+253=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BFD is #437402. Grayscale: #A6A6A6. Windows color (decimal): -4420611 or 16616380. OLE color: 16616380.
HSL color Cylindrical-coordinate representation of color #BC8BFD: hue angle of 265.79º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC8BFD is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 139 | 253 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.01 |
| HSL | 265.79º | 0.97% | 0.77% | - |
| HSV(B) | 265.79º | 0.45% | 0.99% | - |
| XYZ | 47.7 | 36.25 | 97.41 | - |
| YUV | 166.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 253 | 0.26 | 0.45 | 0 | 0.01 | 265.79 | 0.97 | 0.77 |
| Hex | BC | 8B | FD | 1A | 2D | 0 | 1 | 10A | 61 | 4D |
| Octal | 274 | 213 | 375 | 32 | 55 | 0 | 1 | 412 | 141 | 115 |
| Binary | 10111100 | 10001011 | 11111101 | 11010 | 101101 | 0 | 1 | 100001010 | 1100001 | 1001101 |
Color Harmonies of #BC8BFD
Complementary color
Monochromatic Colors of #BC8BFD
Black with #BC8BFD
Text Example
Text Example
White with #BC8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BFD; }
p { color: rgb(188,139,253); }
H1.HeaderClassName
{
color: #BC8BFD;
}
.AnyTagClassName
{
color: #BC8BFD;
}
</style>
background-color css
<style>
a { background-color: #BC8BFD; }
a { background-color: rgb(188,139,253); }
div.DivClassName
{
background-color: #BC8BFD;
}
.BgClassName
{
background-color: #BC8BFD;
}
</style>
border-color css
<style>
span { border-color: #BC8BFD; }
span { border-color: rgb(188,139,253); }
td.TdClassName
{
border-color: #BC8BFD;
}
.TagClassName
{
border-color: #BC8BFD;
}
</style>