Shades of Hippie Pink #BB415E
Tints of Hippie Pink #BB415E
RGB
CMYK
RGB Variations
Color information
#BB415E (or 0xBB415E) is known color: Hippie Pink. HEX triplet: BB, 41 and 5E. RGB value is (187,65,94). Sum of RGB (Red+Green+Blue) = 187+65+94=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB415E is #44BEA1. Grayscale: #686868. Windows color (decimal): -4505250 or 6177211. OLE color: 6177211.
HSL color Cylindrical-coordinate representation of color #BB415E: hue angle of 345.74º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB415E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 94 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.27 |
| HSL | 345.74º | 0.48% | 0.49% | - |
| HSV(B) | 345.74º | 0.65% | 0.73% | - |
| XYZ | 24.4 | 15.15 | 12.23 | - |
| YUV | 104.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 94 | 0 | 0.65 | 0.50 | 0.27 | 345.74 | 0.48 | 0.49 |
| Hex | BB | 41 | 5E | 0 | 41 | 32 | 1B | 15A | 30 | 31 |
| Octal | 273 | 101 | 136 | 0 | 101 | 62 | 33 | 532 | 60 | 61 |
| Binary | 10111011 | 1000001 | 1011110 | 0 | 1000001 | 110010 | 11011 | 101011010 | 110000 | 110001 |
Color Harmonies of #BB415E
Complementary color
Monochromatic Colors of #BB415E
Black with #BB415E
Text Example
Text Example
White with #BB415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB415E; }
p { color: rgb(187,65,94); }
H1.HeaderClassName
{
color: #BB415E;
}
.AnyTagClassName
{
color: #BB415E;
}
</style>
background-color css
<style>
a { background-color: #BB415E; }
a { background-color: rgb(187,65,94); }
div.DivClassName
{
background-color: #BB415E;
}
.BgClassName
{
background-color: #BB415E;
}
</style>
border-color css
<style>
span { border-color: #BB415E; }
span { border-color: rgb(187,65,94); }
td.TdClassName
{
border-color: #BB415E;
}
.TagClassName
{
border-color: #BB415E;
}
</style>