Shades of Hippie Pink #B2505C
Tints of Hippie Pink #B2505C
RGB
CMYK
RGB Variations
Color information
#B2505C (or 0xB2505C) is known color: Hippie Pink. HEX triplet: B2, 50 and 5C. RGB value is (178,80,92). Sum of RGB (Red+Green+Blue) = 178+80+92=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505C is #4DAFA3. Grayscale: #6E6E6E. Windows color (decimal): -5091236 or 6049970. OLE color: 6049970.
HSL color Cylindrical-coordinate representation of color #B2505C: hue angle of 352.65º 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 #B2505C is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 92 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.30 |
| HSL | 352.65º | 0.39% | 0.51% | - |
| HSV(B) | 352.65º | 0.55% | 0.7% | - |
| XYZ | 23.16 | 15.98 | 11.99 | - |
| YUV | 110.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 92 | 0 | 0.55 | 0.48 | 0.30 | 352.65 | 0.39 | 0.51 |
| Hex | B2 | 50 | 5C | 0 | 37 | 30 | 1E | 161 | 27 | 33 |
| Octal | 262 | 120 | 134 | 0 | 67 | 60 | 36 | 541 | 47 | 63 |
| Binary | 10110010 | 1010000 | 1011100 | 0 | 110111 | 110000 | 11110 | 101100001 | 100111 | 110011 |
Color Harmonies of #B2505C
Complementary color
Monochromatic Colors of #B2505C
Black with #B2505C
Text Example
Text Example
White with #B2505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2505C; }
p { color: rgb(178,80,92); }
H1.HeaderClassName
{
color: #B2505C;
}
.AnyTagClassName
{
color: #B2505C;
}
</style>
background-color css
<style>
a { background-color: #B2505C; }
a { background-color: rgb(178,80,92); }
div.DivClassName
{
background-color: #B2505C;
}
.BgClassName
{
background-color: #B2505C;
}
</style>
border-color css
<style>
span { border-color: #B2505C; }
span { border-color: rgb(178,80,92); }
td.TdClassName
{
border-color: #B2505C;
}
.TagClassName
{
border-color: #B2505C;
}
</style>