Shades of Hippie Pink #BB3D5B
Tints of Hippie Pink #BB3D5B
RGB
CMYK
RGB Variations
Color information
#BB3D5B (or 0xBB3D5B) is known color: Hippie Pink. HEX triplet: BB, 3D and 5B. RGB value is (187,61,91). Sum of RGB (Red+Green+Blue) = 187+61+91=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D5B is #44C2A4. Grayscale: #666666. Windows color (decimal): -4506277 or 5979579. OLE color: 5979579.
HSL color Cylindrical-coordinate representation of color #BB3D5B: hue angle of 345.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3D5B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 91 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.27 |
| HSL | 345.71º | 0.51% | 0.49% | - |
| HSV(B) | 345.71º | 0.67% | 0.73% | - |
| XYZ | 24.05 | 14.66 | 11.46 | - |
| YUV | 102.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 91 | 0 | 0.67 | 0.51 | 0.27 | 345.71 | 0.51 | 0.49 |
| Hex | BB | 3D | 5B | 0 | 43 | 33 | 1B | 15A | 33 | 31 |
| Octal | 273 | 75 | 133 | 0 | 103 | 63 | 33 | 532 | 63 | 61 |
| Binary | 10111011 | 111101 | 1011011 | 0 | 1000011 | 110011 | 11011 | 101011010 | 110011 | 110001 |
Color Harmonies of #BB3D5B
Complementary color
Monochromatic Colors of #BB3D5B
Black with #BB3D5B
Text Example
Text Example
White with #BB3D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D5B; }
p { color: rgb(187,61,91); }
H1.HeaderClassName
{
color: #BB3D5B;
}
.AnyTagClassName
{
color: #BB3D5B;
}
</style>
background-color css
<style>
a { background-color: #BB3D5B; }
a { background-color: rgb(187,61,91); }
div.DivClassName
{
background-color: #BB3D5B;
}
.BgClassName
{
background-color: #BB3D5B;
}
</style>
border-color css
<style>
span { border-color: #BB3D5B; }
span { border-color: rgb(187,61,91); }
td.TdClassName
{
border-color: #BB3D5B;
}
.TagClassName
{
border-color: #BB3D5B;
}
</style>