Shades of Hippie Pink #BD405A
Tints of Hippie Pink #BD405A
RGB
CMYK
RGB Variations
Color information
#BD405A (or 0xBD405A) is known color: Hippie Pink. HEX triplet: BD, 40 and 5A. RGB value is (189,64,90). Sum of RGB (Red+Green+Blue) = 189+64+90=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD405A is #42BFA5. Grayscale: #686868. Windows color (decimal): -4374438 or 5914813. OLE color: 5914813.
HSL color Cylindrical-coordinate representation of color #BD405A: hue angle of 347.52º 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 #BD405A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 90 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.26 |
| HSL | 347.52º | 0.49% | 0.5% | - |
| HSV(B) | 347.52º | 0.66% | 0.74% | - |
| XYZ | 24.67 | 15.22 | 11.31 | - |
| YUV | 104.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 90 | 0 | 0.66 | 0.52 | 0.26 | 347.52 | 0.49 | 0.5 |
| Hex | BD | 40 | 5A | 0 | 42 | 34 | 1A | 15C | 31 | 32 |
| Octal | 275 | 100 | 132 | 0 | 102 | 64 | 32 | 534 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1011010 | 0 | 1000010 | 110100 | 11010 | 101011100 | 110001 | 110010 |
Color Harmonies of #BD405A
Complementary color
Monochromatic Colors of #BD405A
Black with #BD405A
Text Example
Text Example
White with #BD405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD405A; }
p { color: rgb(189,64,90); }
H1.HeaderClassName
{
color: #BD405A;
}
.AnyTagClassName
{
color: #BD405A;
}
</style>
background-color css
<style>
a { background-color: #BD405A; }
a { background-color: rgb(189,64,90); }
div.DivClassName
{
background-color: #BD405A;
}
.BgClassName
{
background-color: #BD405A;
}
</style>
border-color css
<style>
span { border-color: #BD405A; }
span { border-color: rgb(189,64,90); }
td.TdClassName
{
border-color: #BD405A;
}
.TagClassName
{
border-color: #BD405A;
}
</style>