Shades of Hippie Pink #BD405D
Tints of Hippie Pink #BD405D
RGB
CMYK
RGB Variations
Color information
#BD405D (or 0xBD405D) is known color: Hippie Pink. HEX triplet: BD, 40 and 5D. RGB value is (189,64,93). Sum of RGB (Red+Green+Blue) = 189+64+93=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD405D is #42BFA2. Grayscale: #686868. Windows color (decimal): -4374435 or 6111421. OLE color: 6111421.
HSL color Cylindrical-coordinate representation of color #BD405D: hue angle of 346.08º 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 #BD405D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 93 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.26 |
| HSL | 346.08º | 0.49% | 0.5% | - |
| HSV(B) | 346.08º | 0.66% | 0.74% | - |
| XYZ | 24.8 | 15.28 | 12 | - |
| YUV | 104.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 93 | 0 | 0.66 | 0.51 | 0.26 | 346.08 | 0.49 | 0.5 |
| Hex | BD | 40 | 5D | 0 | 42 | 33 | 1A | 15A | 31 | 32 |
| Octal | 275 | 100 | 135 | 0 | 102 | 63 | 32 | 532 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1011101 | 0 | 1000010 | 110011 | 11010 | 101011010 | 110001 | 110010 |
Color Harmonies of #BD405D
Complementary color
Monochromatic Colors of #BD405D
Black with #BD405D
Text Example
Text Example
White with #BD405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD405D; }
p { color: rgb(189,64,93); }
H1.HeaderClassName
{
color: #BD405D;
}
.AnyTagClassName
{
color: #BD405D;
}
</style>
background-color css
<style>
a { background-color: #BD405D; }
a { background-color: rgb(189,64,93); }
div.DivClassName
{
background-color: #BD405D;
}
.BgClassName
{
background-color: #BD405D;
}
</style>
border-color css
<style>
span { border-color: #BD405D; }
span { border-color: rgb(189,64,93); }
td.TdClassName
{
border-color: #BD405D;
}
.TagClassName
{
border-color: #BD405D;
}
</style>