Shades of Hippie Pink #BD3F59
Tints of Hippie Pink #BD3F59
RGB
CMYK
RGB Variations
Color information
#BD3F59 (or 0xBD3F59) is known color: Hippie Pink. HEX triplet: BD, 3F and 59. RGB value is (189,63,89). Sum of RGB (Red+Green+Blue) = 189+63+89=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F59 is #42C0A6. Grayscale: #676767. Windows color (decimal): -4374695 or 5849021. OLE color: 5849021.
HSL color Cylindrical-coordinate representation of color #BD3F59: hue angle of 347.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F59 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 89 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.26 |
| HSL | 347.62º | 0.5% | 0.49% | - |
| HSV(B) | 347.62º | 0.67% | 0.74% | - |
| XYZ | 24.57 | 15.1 | 11.07 | - |
| YUV | 103.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 89 | 0 | 0.67 | 0.53 | 0.26 | 347.62 | 0.5 | 0.49 |
| Hex | BD | 3F | 59 | 0 | 43 | 35 | 1A | 15C | 32 | 31 |
| Octal | 275 | 77 | 131 | 0 | 103 | 65 | 32 | 534 | 62 | 61 |
| Binary | 10111101 | 111111 | 1011001 | 0 | 1000011 | 110101 | 11010 | 101011100 | 110010 | 110001 |
Color Harmonies of #BD3F59
Complementary color
Monochromatic Colors of #BD3F59
Black with #BD3F59
Text Example
Text Example
White with #BD3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F59; }
p { color: rgb(189,63,89); }
H1.HeaderClassName
{
color: #BD3F59;
}
.AnyTagClassName
{
color: #BD3F59;
}
</style>
background-color css
<style>
a { background-color: #BD3F59; }
a { background-color: rgb(189,63,89); }
div.DivClassName
{
background-color: #BD3F59;
}
.BgClassName
{
background-color: #BD3F59;
}
</style>
border-color css
<style>
span { border-color: #BD3F59; }
span { border-color: rgb(189,63,89); }
td.TdClassName
{
border-color: #BD3F59;
}
.TagClassName
{
border-color: #BD3F59;
}
</style>