Shades of Hippie Pink #BD4558
Tints of Hippie Pink #BD4558
RGB
CMYK
RGB Variations
Color information
#BD4558 (or 0xBD4558) is known color: Hippie Pink. HEX triplet: BD, 45 and 58. RGB value is (189,69,88). Sum of RGB (Red+Green+Blue) = 189+69+88=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4558 is #42BAA7. Grayscale: #6B6B6B. Windows color (decimal): -4373160 or 5785021. OLE color: 5785021.
HSL color Cylindrical-coordinate representation of color #BD4558: hue angle of 350.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4558 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 88 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.26 |
| HSL | 350.5º | 0.48% | 0.51% | - |
| HSV(B) | 350.5º | 0.63% | 0.74% | - |
| XYZ | 24.88 | 15.78 | 10.97 | - |
| YUV | 107.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 88 | 0 | 0.63 | 0.53 | 0.26 | 350.5 | 0.48 | 0.51 |
| Hex | BD | 45 | 58 | 0 | 3F | 35 | 1A | 15E | 30 | 33 |
| Octal | 275 | 105 | 130 | 0 | 77 | 65 | 32 | 536 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1011000 | 0 | 111111 | 110101 | 11010 | 101011110 | 110000 | 110011 |
Color Harmonies of #BD4558
Complementary color
Monochromatic Colors of #BD4558
Black with #BD4558
Text Example
Text Example
White with #BD4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4558; }
p { color: rgb(189,69,88); }
H1.HeaderClassName
{
color: #BD4558;
}
.AnyTagClassName
{
color: #BD4558;
}
</style>
background-color css
<style>
a { background-color: #BD4558; }
a { background-color: rgb(189,69,88); }
div.DivClassName
{
background-color: #BD4558;
}
.BgClassName
{
background-color: #BD4558;
}
</style>
border-color css
<style>
span { border-color: #BD4558; }
span { border-color: rgb(189,69,88); }
td.TdClassName
{
border-color: #BD4558;
}
.TagClassName
{
border-color: #BD4558;
}
</style>