Shades of Hippie Pink #BB415A
Tints of Hippie Pink #BB415A
RGB
CMYK
RGB Variations
Color information
#BB415A (or 0xBB415A) is known color: Hippie Pink. HEX triplet: BB, 41 and 5A. RGB value is (187,65,90). Sum of RGB (Red+Green+Blue) = 187+65+90=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB415A is #44BEA5. Grayscale: #686868. Windows color (decimal): -4505254 or 5915067. OLE color: 5915067.
HSL color Cylindrical-coordinate representation of color #BB415A: hue angle of 347.7º 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 #BB415A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 90 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.27 |
| HSL | 347.7º | 0.48% | 0.49% | - |
| HSV(B) | 347.7º | 0.65% | 0.73% | - |
| XYZ | 24.23 | 15.08 | 11.31 | - |
| YUV | 104.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 90 | 0 | 0.65 | 0.52 | 0.27 | 347.7 | 0.48 | 0.49 |
| Hex | BB | 41 | 5A | 0 | 41 | 34 | 1B | 15C | 30 | 31 |
| Octal | 273 | 101 | 132 | 0 | 101 | 64 | 33 | 534 | 60 | 61 |
| Binary | 10111011 | 1000001 | 1011010 | 0 | 1000001 | 110100 | 11011 | 101011100 | 110000 | 110001 |
Color Harmonies of #BB415A
Complementary color
Monochromatic Colors of #BB415A
Black with #BB415A
Text Example
Text Example
White with #BB415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB415A; }
p { color: rgb(187,65,90); }
H1.HeaderClassName
{
color: #BB415A;
}
.AnyTagClassName
{
color: #BB415A;
}
</style>
background-color css
<style>
a { background-color: #BB415A; }
a { background-color: rgb(187,65,90); }
div.DivClassName
{
background-color: #BB415A;
}
.BgClassName
{
background-color: #BB415A;
}
</style>
border-color css
<style>
span { border-color: #BB415A; }
span { border-color: rgb(187,65,90); }
td.TdClassName
{
border-color: #BB415A;
}
.TagClassName
{
border-color: #BB415A;
}
</style>