Shades of Hippie Pink #BD3F5A
Tints of Hippie Pink #BD3F5A
RGB
CMYK
RGB Variations
Color information
#BD3F5A (or 0xBD3F5A) is known color: Hippie Pink. HEX triplet: BD, 3F and 5A. RGB value is (189,63,90). Sum of RGB (Red+Green+Blue) = 189+63+90=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F5A is #42C0A5. Grayscale: #676767. Windows color (decimal): -4374694 or 5914557. OLE color: 5914557.
HSL color Cylindrical-coordinate representation of color #BD3F5A: hue angle of 347.14º degrees, saturation: 0.5, 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 #BD3F5A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 90 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.26 |
| HSL | 347.14º | 0.5% | 0.49% | - |
| HSV(B) | 347.14º | 0.67% | 0.74% | - |
| XYZ | 24.61 | 15.11 | 11.29 | - |
| YUV | 103.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 90 | 0 | 0.67 | 0.52 | 0.26 | 347.14 | 0.5 | 0.49 |
| Hex | BD | 3F | 5A | 0 | 43 | 34 | 1A | 15B | 32 | 31 |
| Octal | 275 | 77 | 132 | 0 | 103 | 64 | 32 | 533 | 62 | 61 |
| Binary | 10111101 | 111111 | 1011010 | 0 | 1000011 | 110100 | 11010 | 101011011 | 110010 | 110001 |
Color Harmonies of #BD3F5A
Complementary color
Monochromatic Colors of #BD3F5A
Black with #BD3F5A
Text Example
Text Example
White with #BD3F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F5A; }
p { color: rgb(189,63,90); }
H1.HeaderClassName
{
color: #BD3F5A;
}
.AnyTagClassName
{
color: #BD3F5A;
}
</style>
background-color css
<style>
a { background-color: #BD3F5A; }
a { background-color: rgb(189,63,90); }
div.DivClassName
{
background-color: #BD3F5A;
}
.BgClassName
{
background-color: #BD3F5A;
}
</style>
border-color css
<style>
span { border-color: #BD3F5A; }
span { border-color: rgb(189,63,90); }
td.TdClassName
{
border-color: #BD3F5A;
}
.TagClassName
{
border-color: #BD3F5A;
}
</style>