Shades of Hippie Pink #B03D57
Tints of Hippie Pink #B03D57
RGB
CMYK
RGB Variations
Color information
#B03D57 (or 0xB03D57) is known color: Hippie Pink. HEX triplet: B0, 3D and 57. RGB value is (176,61,87). Sum of RGB (Red+Green+Blue) = 176+61+87=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D57 is #4FC2A8. Grayscale: #626262. Windows color (decimal): -5227177 or 5717424. OLE color: 5717424.
HSL color Cylindrical-coordinate representation of color #B03D57: hue angle of 346.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D57 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 87 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.31 |
| HSL | 346.43º | 0.49% | 0.46% | - |
| HSV(B) | 346.43º | 0.65% | 0.69% | - |
| XYZ | 21.29 | 13.26 | 10.45 | - |
| YUV | 98.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 87 | 0 | 0.65 | 0.51 | 0.31 | 346.43 | 0.49 | 0.46 |
| Hex | B0 | 3D | 57 | 0 | 41 | 33 | 1F | 15A | 31 | 2E |
| Octal | 260 | 75 | 127 | 0 | 101 | 63 | 37 | 532 | 61 | 56 |
| Binary | 10110000 | 111101 | 1010111 | 0 | 1000001 | 110011 | 11111 | 101011010 | 110001 | 101110 |
Color Harmonies of #B03D57
Complementary color
Monochromatic Colors of #B03D57
Black with #B03D57
Text Example
Text Example
White with #B03D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D57; }
p { color: rgb(176,61,87); }
H1.HeaderClassName
{
color: #B03D57;
}
.AnyTagClassName
{
color: #B03D57;
}
</style>
background-color css
<style>
a { background-color: #B03D57; }
a { background-color: rgb(176,61,87); }
div.DivClassName
{
background-color: #B03D57;
}
.BgClassName
{
background-color: #B03D57;
}
</style>
border-color css
<style>
span { border-color: #B03D57; }
span { border-color: rgb(176,61,87); }
td.TdClassName
{
border-color: #B03D57;
}
.TagClassName
{
border-color: #B03D57;
}
</style>