Shades of Hippie Pink #BF415B
Tints of Hippie Pink #BF415B
RGB
CMYK
RGB Variations
Color information
#BF415B (or 0xBF415B) is known color: Hippie Pink. HEX triplet: BF, 41 and 5B. RGB value is (191,65,91). Sum of RGB (Red+Green+Blue) = 191+65+91=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF415B is #40BEA4. Grayscale: #696969. Windows color (decimal): -4243109 or 5980607. OLE color: 5980607.
HSL color Cylindrical-coordinate representation of color #BF415B: hue angle of 347.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF415B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 91 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.25 |
| HSL | 347.62º | 0.5% | 0.5% | - |
| HSV(B) | 347.62º | 0.66% | 0.75% | - |
| XYZ | 25.26 | 15.61 | 11.58 | - |
| YUV | 105.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 91 | 0 | 0.66 | 0.52 | 0.25 | 347.62 | 0.5 | 0.5 |
| Hex | BF | 41 | 5B | 0 | 42 | 34 | 19 | 15C | 32 | 32 |
| Octal | 277 | 101 | 133 | 0 | 102 | 64 | 31 | 534 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1011011 | 0 | 1000010 | 110100 | 11001 | 101011100 | 110010 | 110010 |
Color Harmonies of #BF415B
Complementary color
Monochromatic Colors of #BF415B
Black with #BF415B
Text Example
Text Example
White with #BF415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF415B; }
p { color: rgb(191,65,91); }
H1.HeaderClassName
{
color: #BF415B;
}
.AnyTagClassName
{
color: #BF415B;
}
</style>
background-color css
<style>
a { background-color: #BF415B; }
a { background-color: rgb(191,65,91); }
div.DivClassName
{
background-color: #BF415B;
}
.BgClassName
{
background-color: #BF415B;
}
</style>
border-color css
<style>
span { border-color: #BF415B; }
span { border-color: rgb(191,65,91); }
td.TdClassName
{
border-color: #BF415B;
}
.TagClassName
{
border-color: #BF415B;
}
</style>