Shades of Hippie Pink #BD415B
Tints of Hippie Pink #BD415B
RGB
CMYK
RGB Variations
Color information
#BD415B (or 0xBD415B) is known color: Hippie Pink. HEX triplet: BD, 41 and 5B. RGB value is (189,65,91). Sum of RGB (Red+Green+Blue) = 189+65+91=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD415B is #42BEA4. Grayscale: #696969. Windows color (decimal): -4374181 or 5980605. OLE color: 5980605.
HSL color Cylindrical-coordinate representation of color #BD415B: hue angle of 347.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD415B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 91 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.26 |
| HSL | 347.42º | 0.49% | 0.5% | - |
| HSV(B) | 347.42º | 0.66% | 0.74% | - |
| XYZ | 24.76 | 15.35 | 11.56 | - |
| YUV | 105.04 | 120.08 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 91 | 0 | 0.66 | 0.52 | 0.26 | 347.42 | 0.49 | 0.5 |
| Hex | BD | 41 | 5B | 0 | 42 | 34 | 1A | 15B | 31 | 32 |
| Octal | 275 | 101 | 133 | 0 | 102 | 64 | 32 | 533 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1011011 | 0 | 1000010 | 110100 | 11010 | 101011011 | 110001 | 110010 |
Color Harmonies of #BD415B
Complementary color
Monochromatic Colors of #BD415B
Black with #BD415B
Text Example
Text Example
White with #BD415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD415B; }
p { color: rgb(189,65,91); }
H1.HeaderClassName
{
color: #BD415B;
}
.AnyTagClassName
{
color: #BD415B;
}
</style>
background-color css
<style>
a { background-color: #BD415B; }
a { background-color: rgb(189,65,91); }
div.DivClassName
{
background-color: #BD415B;
}
.BgClassName
{
background-color: #BD415B;
}
</style>
border-color css
<style>
span { border-color: #BD415B; }
span { border-color: rgb(189,65,91); }
td.TdClassName
{
border-color: #BD415B;
}
.TagClassName
{
border-color: #BD415B;
}
</style>