Shades of Hippie Pink #BD4253
Tints of Hippie Pink #BD4253
RGB
CMYK
RGB Variations
Color information
#BD4253 (or 0xBD4253) is known color: Hippie Pink. HEX triplet: BD, 42 and 53. RGB value is (189,66,83). Sum of RGB (Red+Green+Blue) = 189+66+83=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4253 is #42BDAC. Grayscale: #686868. Windows color (decimal): -4373933 or 5456573. OLE color: 5456573.
HSL color Cylindrical-coordinate representation of color #BD4253: hue angle of 351.71º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4253 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 83 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.26 |
| HSL | 351.71º | 0.48% | 0.5% | - |
| HSV(B) | 351.71º | 0.65% | 0.74% | - |
| XYZ | 24.5 | 15.34 | 9.85 | - |
| YUV | 104.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 83 | 0 | 0.65 | 0.56 | 0.26 | 351.71 | 0.48 | 0.5 |
| Hex | BD | 42 | 53 | 0 | 41 | 38 | 1A | 160 | 30 | 32 |
| Octal | 275 | 102 | 123 | 0 | 101 | 70 | 32 | 540 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1010011 | 0 | 1000001 | 111000 | 11010 | 101100000 | 110000 | 110010 |
Color Harmonies of #BD4253
Complementary color
Monochromatic Colors of #BD4253
Black with #BD4253
Text Example
Text Example
White with #BD4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4253; }
p { color: rgb(189,66,83); }
H1.HeaderClassName
{
color: #BD4253;
}
.AnyTagClassName
{
color: #BD4253;
}
</style>
background-color css
<style>
a { background-color: #BD4253; }
a { background-color: rgb(189,66,83); }
div.DivClassName
{
background-color: #BD4253;
}
.BgClassName
{
background-color: #BD4253;
}
</style>
border-color css
<style>
span { border-color: #BD4253; }
span { border-color: rgb(189,66,83); }
td.TdClassName
{
border-color: #BD4253;
}
.TagClassName
{
border-color: #BD4253;
}
</style>