Shades of Hippie Pink #B63F51
Tints of Hippie Pink #B63F51
RGB
CMYK
RGB Variations
Color information
#B63F51 (or 0xB63F51) is known color: Hippie Pink. HEX triplet: B6, 3F and 51. RGB value is (182,63,81). Sum of RGB (Red+Green+Blue) = 182+63+81=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F51 is #49C0AE. Grayscale: #646464. Windows color (decimal): -4833455 or 5324726. OLE color: 5324726.
HSL color Cylindrical-coordinate representation of color #B63F51: hue angle of 350.92º 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 #B63F51 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 81 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.29 |
| HSL | 350.92º | 0.49% | 0.48% | - |
| HSV(B) | 350.92º | 0.65% | 0.71% | - |
| XYZ | 22.55 | 14.09 | 9.32 | - |
| YUV | 100.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 81 | 0 | 0.65 | 0.55 | 0.29 | 350.92 | 0.49 | 0.48 |
| Hex | B6 | 3F | 51 | 0 | 41 | 37 | 1D | 15F | 31 | 30 |
| Octal | 266 | 77 | 121 | 0 | 101 | 67 | 35 | 537 | 61 | 60 |
| Binary | 10110110 | 111111 | 1010001 | 0 | 1000001 | 110111 | 11101 | 101011111 | 110001 | 110000 |
Color Harmonies of #B63F51
Complementary color
Monochromatic Colors of #B63F51
Black with #B63F51
Text Example
Text Example
White with #B63F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F51; }
p { color: rgb(182,63,81); }
H1.HeaderClassName
{
color: #B63F51;
}
.AnyTagClassName
{
color: #B63F51;
}
</style>
background-color css
<style>
a { background-color: #B63F51; }
a { background-color: rgb(182,63,81); }
div.DivClassName
{
background-color: #B63F51;
}
.BgClassName
{
background-color: #B63F51;
}
</style>
border-color css
<style>
span { border-color: #B63F51; }
span { border-color: rgb(182,63,81); }
td.TdClassName
{
border-color: #B63F51;
}
.TagClassName
{
border-color: #B63F51;
}
</style>