Shades of Hippie Pink #B2505E
Tints of Hippie Pink #B2505E
RGB
CMYK
RGB Variations
Color information
#B2505E (or 0xB2505E) is known color: Hippie Pink. HEX triplet: B2, 50 and 5E. RGB value is (178,80,94). Sum of RGB (Red+Green+Blue) = 178+80+94=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505E is #4DAFA1. Grayscale: #6E6E6E. Windows color (decimal): -5091234 or 6181042. OLE color: 6181042.
HSL color Cylindrical-coordinate representation of color #B2505E: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2505E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 94 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.30 |
| HSL | 351.43º | 0.39% | 0.51% | - |
| HSV(B) | 351.43º | 0.55% | 0.7% | - |
| XYZ | 23.25 | 16.01 | 12.45 | - |
| YUV | 110.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 94 | 0 | 0.55 | 0.47 | 0.30 | 351.43 | 0.39 | 0.51 |
| Hex | B2 | 50 | 5E | 0 | 37 | 2F | 1E | 15F | 27 | 33 |
| Octal | 262 | 120 | 136 | 0 | 67 | 57 | 36 | 537 | 47 | 63 |
| Binary | 10110010 | 1010000 | 1011110 | 0 | 110111 | 101111 | 11110 | 101011111 | 100111 | 110011 |
Color Harmonies of #B2505E
Complementary color
Monochromatic Colors of #B2505E
Black with #B2505E
Text Example
Text Example
White with #B2505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2505E; }
p { color: rgb(178,80,94); }
H1.HeaderClassName
{
color: #B2505E;
}
.AnyTagClassName
{
color: #B2505E;
}
</style>
background-color css
<style>
a { background-color: #B2505E; }
a { background-color: rgb(178,80,94); }
div.DivClassName
{
background-color: #B2505E;
}
.BgClassName
{
background-color: #B2505E;
}
</style>
border-color css
<style>
span { border-color: #B2505E; }
span { border-color: rgb(178,80,94); }
td.TdClassName
{
border-color: #B2505E;
}
.TagClassName
{
border-color: #B2505E;
}
</style>