Shades of Hippie Pink #BD3D5D
Tints of Hippie Pink #BD3D5D
RGB
CMYK
RGB Variations
Color information
#BD3D5D (or 0xBD3D5D) is known color: Hippie Pink. HEX triplet: BD, 3D and 5D. RGB value is (189,61,93). Sum of RGB (Red+Green+Blue) = 189+61+93=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D5D is #42C2A2. Grayscale: #666666. Windows color (decimal): -4375203 or 6110653. OLE color: 6110653.
HSL color Cylindrical-coordinate representation of color #BD3D5D: hue angle of 345º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3D5D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 93 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.26 |
| HSL | 345º | 0.51% | 0.49% | - |
| HSV(B) | 345º | 0.68% | 0.74% | - |
| XYZ | 24.63 | 14.95 | 11.94 | - |
| YUV | 102.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 93 | 0 | 0.68 | 0.51 | 0.26 | 345 | 0.51 | 0.49 |
| Hex | BD | 3D | 5D | 0 | 44 | 33 | 1A | 159 | 33 | 31 |
| Octal | 275 | 75 | 135 | 0 | 104 | 63 | 32 | 531 | 63 | 61 |
| Binary | 10111101 | 111101 | 1011101 | 0 | 1000100 | 110011 | 11010 | 101011001 | 110011 | 110001 |
Color Harmonies of #BD3D5D
Complementary color
Monochromatic Colors of #BD3D5D
Black with #BD3D5D
Text Example
Text Example
White with #BD3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D5D; }
p { color: rgb(189,61,93); }
H1.HeaderClassName
{
color: #BD3D5D;
}
.AnyTagClassName
{
color: #BD3D5D;
}
</style>
background-color css
<style>
a { background-color: #BD3D5D; }
a { background-color: rgb(189,61,93); }
div.DivClassName
{
background-color: #BD3D5D;
}
.BgClassName
{
background-color: #BD3D5D;
}
</style>
border-color css
<style>
span { border-color: #BD3D5D; }
span { border-color: rgb(189,61,93); }
td.TdClassName
{
border-color: #BD3D5D;
}
.TagClassName
{
border-color: #BD3D5D;
}
</style>