Shades of Hippie Pink #B0465F
Tints of Hippie Pink #B0465F
RGB
CMYK
RGB Variations
Color information
#B0465F (or 0xB0465F) is known color: Hippie Pink. HEX triplet: B0, 46 and 5F. RGB value is (176,70,95). Sum of RGB (Red+Green+Blue) = 176+70+95=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0465F is #4FB9A0. Grayscale: #686868. Windows color (decimal): -5224865 or 6244016. OLE color: 6244016.
HSL color Cylindrical-coordinate representation of color #B0465F: hue angle of 345.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0465F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 95 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.31 |
| HSL | 345.85º | 0.43% | 0.48% | - |
| HSV(B) | 345.85º | 0.6% | 0.69% | - |
| XYZ | 22.16 | 14.44 | 12.45 | - |
| YUV | 104.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 95 | 0 | 0.60 | 0.46 | 0.31 | 345.85 | 0.43 | 0.48 |
| Hex | B0 | 46 | 5F | 0 | 3C | 2E | 1F | 15A | 2B | 30 |
| Octal | 260 | 106 | 137 | 0 | 74 | 56 | 37 | 532 | 53 | 60 |
| Binary | 10110000 | 1000110 | 1011111 | 0 | 111100 | 101110 | 11111 | 101011010 | 101011 | 110000 |
Color Harmonies of #B0465F
Complementary color
Monochromatic Colors of #B0465F
Black with #B0465F
Text Example
Text Example
White with #B0465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0465F; }
p { color: rgb(176,70,95); }
H1.HeaderClassName
{
color: #B0465F;
}
.AnyTagClassName
{
color: #B0465F;
}
</style>
background-color css
<style>
a { background-color: #B0465F; }
a { background-color: rgb(176,70,95); }
div.DivClassName
{
background-color: #B0465F;
}
.BgClassName
{
background-color: #B0465F;
}
</style>
border-color css
<style>
span { border-color: #B0465F; }
span { border-color: rgb(176,70,95); }
td.TdClassName
{
border-color: #B0465F;
}
.TagClassName
{
border-color: #B0465F;
}
</style>