Shades of Hippie Pink #BD405B
Tints of Hippie Pink #BD405B
RGB
CMYK
RGB Variations
Color information
#BD405B (or 0xBD405B) is known color: Hippie Pink. HEX triplet: BD, 40 and 5B. RGB value is (189,64,91). Sum of RGB (Red+Green+Blue) = 189+64+91=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD405B is #42BFA4. Grayscale: #686868. Windows color (decimal): -4374437 or 5980349. OLE color: 5980349.
HSL color Cylindrical-coordinate representation of color #BD405B: hue angle of 347.04º 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 #BD405B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 91 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.26 |
| HSL | 347.04º | 0.49% | 0.5% | - |
| HSV(B) | 347.04º | 0.66% | 0.74% | - |
| XYZ | 24.71 | 15.24 | 11.54 | - |
| YUV | 104.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 91 | 0 | 0.66 | 0.52 | 0.26 | 347.04 | 0.49 | 0.5 |
| Hex | BD | 40 | 5B | 0 | 42 | 34 | 1A | 15B | 31 | 32 |
| Octal | 275 | 100 | 133 | 0 | 102 | 64 | 32 | 533 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1011011 | 0 | 1000010 | 110100 | 11010 | 101011011 | 110001 | 110010 |
Color Harmonies of #BD405B
Complementary color
Monochromatic Colors of #BD405B
Black with #BD405B
Text Example
Text Example
White with #BD405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD405B; }
p { color: rgb(189,64,91); }
H1.HeaderClassName
{
color: #BD405B;
}
.AnyTagClassName
{
color: #BD405B;
}
</style>
background-color css
<style>
a { background-color: #BD405B; }
a { background-color: rgb(189,64,91); }
div.DivClassName
{
background-color: #BD405B;
}
.BgClassName
{
background-color: #BD405B;
}
</style>
border-color css
<style>
span { border-color: #BD405B; }
span { border-color: rgb(189,64,91); }
td.TdClassName
{
border-color: #BD405B;
}
.TagClassName
{
border-color: #BD405B;
}
</style>