Shades of Hippie Pink #BD3E5C
Tints of Hippie Pink #BD3E5C
RGB
CMYK
RGB Variations
Color information
#BD3E5C (or 0xBD3E5C) is known color: Hippie Pink. HEX triplet: BD, 3E and 5C. RGB value is (189,62,92). Sum of RGB (Red+Green+Blue) = 189+62+92=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E5C is #42C1A3. Grayscale: #676767. Windows color (decimal): -4374948 or 6045373. OLE color: 6045373.
HSL color Cylindrical-coordinate representation of color #BD3E5C: hue angle of 345.83º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E5C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 92 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.26 |
| HSL | 345.83º | 0.51% | 0.49% | - |
| HSV(B) | 345.83º | 0.67% | 0.74% | - |
| XYZ | 24.64 | 15.04 | 11.73 | - |
| YUV | 103.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 92 | 0 | 0.67 | 0.51 | 0.26 | 345.83 | 0.51 | 0.49 |
| Hex | BD | 3E | 5C | 0 | 43 | 33 | 1A | 15A | 33 | 31 |
| Octal | 275 | 76 | 134 | 0 | 103 | 63 | 32 | 532 | 63 | 61 |
| Binary | 10111101 | 111110 | 1011100 | 0 | 1000011 | 110011 | 11010 | 101011010 | 110011 | 110001 |
Color Harmonies of #BD3E5C
Complementary color
Monochromatic Colors of #BD3E5C
Black with #BD3E5C
Text Example
Text Example
White with #BD3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E5C; }
p { color: rgb(189,62,92); }
H1.HeaderClassName
{
color: #BD3E5C;
}
.AnyTagClassName
{
color: #BD3E5C;
}
</style>
background-color css
<style>
a { background-color: #BD3E5C; }
a { background-color: rgb(189,62,92); }
div.DivClassName
{
background-color: #BD3E5C;
}
.BgClassName
{
background-color: #BD3E5C;
}
</style>
border-color css
<style>
span { border-color: #BD3E5C; }
span { border-color: rgb(189,62,92); }
td.TdClassName
{
border-color: #BD3E5C;
}
.TagClassName
{
border-color: #BD3E5C;
}
</style>