Shades of Hippie Pink #BD4155
Tints of Hippie Pink #BD4155
RGB
CMYK
RGB Variations
Color information
#BD4155 (or 0xBD4155) is known color: Hippie Pink. HEX triplet: BD, 41 and 55. RGB value is (189,65,85). Sum of RGB (Red+Green+Blue) = 189+65+85=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4155 is #42BEAA. Grayscale: #686868. Windows color (decimal): -4374187 or 5587389. OLE color: 5587389.
HSL color Cylindrical-coordinate representation of color #BD4155: hue angle of 350.32º 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 #BD4155 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 85 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.26 |
| HSL | 350.32º | 0.49% | 0.5% | - |
| HSV(B) | 350.32º | 0.66% | 0.74% | - |
| XYZ | 24.52 | 15.26 | 10.25 | - |
| YUV | 104.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 85 | 0 | 0.66 | 0.55 | 0.26 | 350.32 | 0.49 | 0.5 |
| Hex | BD | 41 | 55 | 0 | 42 | 37 | 1A | 15E | 31 | 32 |
| Octal | 275 | 101 | 125 | 0 | 102 | 67 | 32 | 536 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1010101 | 0 | 1000010 | 110111 | 11010 | 101011110 | 110001 | 110010 |
Color Harmonies of #BD4155
Complementary color
Monochromatic Colors of #BD4155
Black with #BD4155
Text Example
Text Example
White with #BD4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4155; }
p { color: rgb(189,65,85); }
H1.HeaderClassName
{
color: #BD4155;
}
.AnyTagClassName
{
color: #BD4155;
}
</style>
background-color css
<style>
a { background-color: #BD4155; }
a { background-color: rgb(189,65,85); }
div.DivClassName
{
background-color: #BD4155;
}
.BgClassName
{
background-color: #BD4155;
}
</style>
border-color css
<style>
span { border-color: #BD4155; }
span { border-color: rgb(189,65,85); }
td.TdClassName
{
border-color: #BD4155;
}
.TagClassName
{
border-color: #BD4155;
}
</style>