Shades of Hippie Pink #B63F52
Tints of Hippie Pink #B63F52
RGB
CMYK
RGB Variations
Color information
#B63F52 (or 0xB63F52) is known color: Hippie Pink. HEX triplet: B6, 3F and 52. RGB value is (182,63,82). Sum of RGB (Red+Green+Blue) = 182+63+82=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F52 is #49C0AD. Grayscale: #646464. Windows color (decimal): -4833454 or 5390262. OLE color: 5390262.
HSL color Cylindrical-coordinate representation of color #B63F52: hue angle of 350.42º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F52 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 82 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.29 |
| HSL | 350.42º | 0.49% | 0.48% | - |
| HSV(B) | 350.42º | 0.65% | 0.71% | - |
| XYZ | 22.59 | 14.11 | 9.52 | - |
| YUV | 100.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 82 | 0 | 0.65 | 0.55 | 0.29 | 350.42 | 0.49 | 0.48 |
| Hex | B6 | 3F | 52 | 0 | 41 | 37 | 1D | 15E | 31 | 30 |
| Octal | 266 | 77 | 122 | 0 | 101 | 67 | 35 | 536 | 61 | 60 |
| Binary | 10110110 | 111111 | 1010010 | 0 | 1000001 | 110111 | 11101 | 101011110 | 110001 | 110000 |
Color Harmonies of #B63F52
Complementary color
Monochromatic Colors of #B63F52
Black with #B63F52
Text Example
Text Example
White with #B63F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F52; }
p { color: rgb(182,63,82); }
H1.HeaderClassName
{
color: #B63F52;
}
.AnyTagClassName
{
color: #B63F52;
}
</style>
background-color css
<style>
a { background-color: #B63F52; }
a { background-color: rgb(182,63,82); }
div.DivClassName
{
background-color: #B63F52;
}
.BgClassName
{
background-color: #B63F52;
}
</style>
border-color css
<style>
span { border-color: #B63F52; }
span { border-color: rgb(182,63,82); }
td.TdClassName
{
border-color: #B63F52;
}
.TagClassName
{
border-color: #B63F52;
}
</style>