Shades of Hippie Pink #BF415A
Tints of Hippie Pink #BF415A
RGB
CMYK
RGB Variations
Color information
#BF415A (or 0xBF415A) is known color: Hippie Pink. HEX triplet: BF, 41 and 5A. RGB value is (191,65,90). Sum of RGB (Red+Green+Blue) = 191+65+90=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF415A is #40BEA5. Grayscale: #696969. Windows color (decimal): -4243110 or 5915071. OLE color: 5915071.
HSL color Cylindrical-coordinate representation of color #BF415A: hue angle of 348.1º 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 #BF415A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 90 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.25 |
| HSL | 348.1º | 0.5% | 0.5% | - |
| HSV(B) | 348.1º | 0.66% | 0.75% | - |
| XYZ | 25.22 | 15.6 | 11.35 | - |
| YUV | 105.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 90 | 0 | 0.66 | 0.53 | 0.25 | 348.1 | 0.5 | 0.5 |
| Hex | BF | 41 | 5A | 0 | 42 | 35 | 19 | 15C | 32 | 32 |
| Octal | 277 | 101 | 132 | 0 | 102 | 65 | 31 | 534 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1011010 | 0 | 1000010 | 110101 | 11001 | 101011100 | 110010 | 110010 |
Color Harmonies of #BF415A
Complementary color
Monochromatic Colors of #BF415A
Black with #BF415A
Text Example
Text Example
White with #BF415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF415A; }
p { color: rgb(191,65,90); }
H1.HeaderClassName
{
color: #BF415A;
}
.AnyTagClassName
{
color: #BF415A;
}
</style>
background-color css
<style>
a { background-color: #BF415A; }
a { background-color: rgb(191,65,90); }
div.DivClassName
{
background-color: #BF415A;
}
.BgClassName
{
background-color: #BF415A;
}
</style>
border-color css
<style>
span { border-color: #BF415A; }
span { border-color: rgb(191,65,90); }
td.TdClassName
{
border-color: #BF415A;
}
.TagClassName
{
border-color: #BF415A;
}
</style>