Shades of Hippie Pink #BD4159
Tints of Hippie Pink #BD4159
RGB
CMYK
RGB Variations
Color information
#BD4159 (or 0xBD4159) is known color: Hippie Pink. HEX triplet: BD, 41 and 59. RGB value is (189,65,89). Sum of RGB (Red+Green+Blue) = 189+65+89=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4159 is #42BEA6. Grayscale: #686868. Windows color (decimal): -4374183 or 5849533. OLE color: 5849533.
HSL color Cylindrical-coordinate representation of color #BD4159: hue angle of 348.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4159 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 89 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.26 |
| HSL | 348.39º | 0.49% | 0.5% | - |
| HSV(B) | 348.39º | 0.66% | 0.74% | - |
| XYZ | 24.68 | 15.32 | 11.11 | - |
| YUV | 104.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 89 | 0 | 0.66 | 0.53 | 0.26 | 348.39 | 0.49 | 0.5 |
| Hex | BD | 41 | 59 | 0 | 42 | 35 | 1A | 15C | 31 | 32 |
| Octal | 275 | 101 | 131 | 0 | 102 | 65 | 32 | 534 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1011001 | 0 | 1000010 | 110101 | 11010 | 101011100 | 110001 | 110010 |
Color Harmonies of #BD4159
Complementary color
Monochromatic Colors of #BD4159
Black with #BD4159
Text Example
Text Example
White with #BD4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4159; }
p { color: rgb(189,65,89); }
H1.HeaderClassName
{
color: #BD4159;
}
.AnyTagClassName
{
color: #BD4159;
}
</style>
background-color css
<style>
a { background-color: #BD4159; }
a { background-color: rgb(189,65,89); }
div.DivClassName
{
background-color: #BD4159;
}
.BgClassName
{
background-color: #BD4159;
}
</style>
border-color css
<style>
span { border-color: #BD4159; }
span { border-color: rgb(189,65,89); }
td.TdClassName
{
border-color: #BD4159;
}
.TagClassName
{
border-color: #BD4159;
}
</style>