Shades of Lipstick #B0255D
Tints of Lipstick #B0255D
RGB
CMYK
RGB Variations
Color information
#B0255D (or 0xB0255D) is known color: Lipstick. HEX triplet: B0, 25 and 5D. RGB value is (176,37,93). Sum of RGB (Red+Green+Blue) = 176+37+93=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0255D is #4FDAA2. Grayscale: #545454. Windows color (decimal): -5233315 or 6104496. OLE color: 6104496.
HSL color Cylindrical-coordinate representation of color #B0255D: hue angle of 335.83º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0255D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 93 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.31 |
| HSL | 335.83º | 0.65% | 0.42% | - |
| HSV(B) | 335.83º | 0.79% | 0.69% | - |
| XYZ | 20.54 | 11.34 | 11.46 | - |
| YUV | 84.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 93 | 0 | 0.79 | 0.47 | 0.31 | 335.83 | 0.65 | 0.42 |
| Hex | B0 | 25 | 5D | 0 | 4F | 2F | 1F | 150 | 41 | 2A |
| Octal | 260 | 45 | 135 | 0 | 117 | 57 | 37 | 520 | 101 | 52 |
| Binary | 10110000 | 100101 | 1011101 | 0 | 1001111 | 101111 | 11111 | 101010000 | 1000001 | 101010 |
Color Harmonies of #B0255D
Complementary color
Monochromatic Colors of #B0255D
Black with #B0255D
Text Example
Text Example
White with #B0255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0255D; }
p { color: rgb(176,37,93); }
H1.HeaderClassName
{
color: #B0255D;
}
.AnyTagClassName
{
color: #B0255D;
}
</style>
background-color css
<style>
a { background-color: #B0255D; }
a { background-color: rgb(176,37,93); }
div.DivClassName
{
background-color: #B0255D;
}
.BgClassName
{
background-color: #B0255D;
}
</style>
border-color css
<style>
span { border-color: #B0255D; }
span { border-color: rgb(176,37,93); }
td.TdClassName
{
border-color: #B0255D;
}
.TagClassName
{
border-color: #B0255D;
}
</style>