Shades of Perfume #BC93E5
Tints of Perfume #BC93E5
RGB
CMYK
RGB Variations
Color information
#BC93E5 (or 0xBC93E5) is known color: Perfume. HEX triplet: BC, 93 and E5. RGB value is (188,147,229). Sum of RGB (Red+Green+Blue) = 188+147+229=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC93E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93E5 is #436C1A. Grayscale: #A8A8A8. Windows color (decimal): -4418587 or 15045564. OLE color: 15045564.
HSL color Cylindrical-coordinate representation of color #BC93E5: hue angle of 270º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC93E5 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 147 | 229 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.10 |
| HSL | 270º | 0.61% | 0.74% | - |
| HSV(B) | 270º | 0.36% | 0.9% | - |
| XYZ | 45.32 | 37.22 | 78.92 | - |
| YUV | 168.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 229 | 0.18 | 0.36 | 0 | 0.10 | 270 | 0.61 | 0.74 |
| Hex | BC | 93 | E5 | 12 | 24 | 0 | A | 10E | 3D | 4A |
| Octal | 274 | 223 | 345 | 22 | 44 | 0 | 12 | 416 | 75 | 112 |
| Binary | 10111100 | 10010011 | 11100101 | 10010 | 100100 | 0 | 1010 | 100001110 | 111101 | 1001010 |
Color Harmonies of #BC93E5
Complementary color
Monochromatic Colors of #BC93E5
Black with #BC93E5
Text Example
Text Example
White with #BC93E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93E5; }
p { color: rgb(188,147,229); }
H1.HeaderClassName
{
color: #BC93E5;
}
.AnyTagClassName
{
color: #BC93E5;
}
</style>
background-color css
<style>
a { background-color: #BC93E5; }
a { background-color: rgb(188,147,229); }
div.DivClassName
{
background-color: #BC93E5;
}
.BgClassName
{
background-color: #BC93E5;
}
</style>
border-color css
<style>
span { border-color: #BC93E5; }
span { border-color: rgb(188,147,229); }
td.TdClassName
{
border-color: #BC93E5;
}
.TagClassName
{
border-color: #BC93E5;
}
</style>