Shades of Perfume #B893FC
Tints of Perfume #B893FC
RGB
CMYK
RGB Variations
Color information
#B893FC (or 0xB893FC) is known color: Perfume. HEX triplet: B8, 93 and FC. RGB value is (184,147,252). Sum of RGB (Red+Green+Blue) = 184+147+252=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #B893FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B893FC is #476C03. Grayscale: #A9A9A9. Windows color (decimal): -4680708 or 16552888. OLE color: 16552888.
HSL color Cylindrical-coordinate representation of color #B893FC: hue angle of 261.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B893FC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 147 | 252 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.01 |
| HSL | 261.14º | 0.95% | 0.78% | - |
| HSV(B) | 261.14º | 0.42% | 0.99% | - |
| XYZ | 47.77 | 38.09 | 96.93 | - |
| YUV | 170.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 252 | 0.27 | 0.42 | 0 | 0.01 | 261.14 | 0.95 | 0.78 |
| Hex | B8 | 93 | FC | 1B | 2A | 0 | 1 | 105 | 5F | 4E |
| Octal | 270 | 223 | 374 | 33 | 52 | 0 | 1 | 405 | 137 | 116 |
| Binary | 10111000 | 10010011 | 11111100 | 11011 | 101010 | 0 | 1 | 100000101 | 1011111 | 1001110 |
Color Harmonies of #B893FC
Complementary color
Monochromatic Colors of #B893FC
Black with #B893FC
Text Example
Text Example
White with #B893FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893FC; }
p { color: rgb(184,147,252); }
H1.HeaderClassName
{
color: #B893FC;
}
.AnyTagClassName
{
color: #B893FC;
}
</style>
background-color css
<style>
a { background-color: #B893FC; }
a { background-color: rgb(184,147,252); }
div.DivClassName
{
background-color: #B893FC;
}
.BgClassName
{
background-color: #B893FC;
}
</style>
border-color css
<style>
span { border-color: #B893FC; }
span { border-color: rgb(184,147,252); }
td.TdClassName
{
border-color: #B893FC;
}
.TagClassName
{
border-color: #B893FC;
}
</style>