Shades of Hippie Pink #B83D58
Tints of Hippie Pink #B83D58
RGB
CMYK
RGB Variations
Color information
#B83D58 (or 0xB83D58) is known color: Hippie Pink. HEX triplet: B8, 3D and 58. RGB value is (184,61,88). Sum of RGB (Red+Green+Blue) = 184+61+88=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D58 is #47C2A7. Grayscale: #646464. Windows color (decimal): -4702888 or 5782968. OLE color: 5782968.
HSL color Cylindrical-coordinate representation of color #B83D58: hue angle of 346.83º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D58 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 88 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.28 |
| HSL | 346.83º | 0.5% | 0.48% | - |
| HSV(B) | 346.83º | 0.67% | 0.72% | - |
| XYZ | 23.2 | 14.23 | 10.76 | - |
| YUV | 100.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 88 | 0 | 0.67 | 0.52 | 0.28 | 346.83 | 0.5 | 0.48 |
| Hex | B8 | 3D | 58 | 0 | 43 | 34 | 1C | 15B | 32 | 30 |
| Octal | 270 | 75 | 130 | 0 | 103 | 64 | 34 | 533 | 62 | 60 |
| Binary | 10111000 | 111101 | 1011000 | 0 | 1000011 | 110100 | 11100 | 101011011 | 110010 | 110000 |
Color Harmonies of #B83D58
Complementary color
Monochromatic Colors of #B83D58
Black with #B83D58
Text Example
Text Example
White with #B83D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D58; }
p { color: rgb(184,61,88); }
H1.HeaderClassName
{
color: #B83D58;
}
.AnyTagClassName
{
color: #B83D58;
}
</style>
background-color css
<style>
a { background-color: #B83D58; }
a { background-color: rgb(184,61,88); }
div.DivClassName
{
background-color: #B83D58;
}
.BgClassName
{
background-color: #B83D58;
}
</style>
border-color css
<style>
span { border-color: #B83D58; }
span { border-color: rgb(184,61,88); }
td.TdClassName
{
border-color: #B83D58;
}
.TagClassName
{
border-color: #B83D58;
}
</style>