Shades of Hippie Pink #BD425C
Tints of Hippie Pink #BD425C
RGB
CMYK
RGB Variations
Color information
#BD425C (or 0xBD425C) is known color: Hippie Pink. HEX triplet: BD, 42 and 5C. RGB value is (189,66,92). Sum of RGB (Red+Green+Blue) = 189+66+92=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD425C is #42BDA3. Grayscale: #696969. Windows color (decimal): -4373924 or 6046397. OLE color: 6046397.
HSL color Cylindrical-coordinate representation of color #BD425C: hue angle of 347.32º 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 #BD425C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 92 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.26 |
| HSL | 347.32º | 0.48% | 0.5% | - |
| HSV(B) | 347.32º | 0.65% | 0.74% | - |
| XYZ | 24.87 | 15.49 | 11.8 | - |
| YUV | 105.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 92 | 0 | 0.65 | 0.51 | 0.26 | 347.32 | 0.48 | 0.5 |
| Hex | BD | 42 | 5C | 0 | 41 | 33 | 1A | 15B | 30 | 32 |
| Octal | 275 | 102 | 134 | 0 | 101 | 63 | 32 | 533 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1011100 | 0 | 1000001 | 110011 | 11010 | 101011011 | 110000 | 110010 |
Color Harmonies of #BD425C
Complementary color
Monochromatic Colors of #BD425C
Black with #BD425C
Text Example
Text Example
White with #BD425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD425C; }
p { color: rgb(189,66,92); }
H1.HeaderClassName
{
color: #BD425C;
}
.AnyTagClassName
{
color: #BD425C;
}
</style>
background-color css
<style>
a { background-color: #BD425C; }
a { background-color: rgb(189,66,92); }
div.DivClassName
{
background-color: #BD425C;
}
.BgClassName
{
background-color: #BD425C;
}
</style>
border-color css
<style>
span { border-color: #BD425C; }
span { border-color: rgb(189,66,92); }
td.TdClassName
{
border-color: #BD425C;
}
.TagClassName
{
border-color: #BD425C;
}
</style>