Shades of Hippie Pink #BC425A
Tints of Hippie Pink #BC425A
RGB
CMYK
RGB Variations
Color information
#BC425A (or 0xBC425A) is known color: Hippie Pink. HEX triplet: BC, 42 and 5A. RGB value is (188,66,90). Sum of RGB (Red+Green+Blue) = 188+66+90=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC425A is #43BDA5. Grayscale: #696969. Windows color (decimal): -4439462 or 5915324. OLE color: 5915324.
HSL color Cylindrical-coordinate representation of color #BC425A: hue angle of 348.2º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC425A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 90 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.26 |
| HSL | 348.2º | 0.48% | 0.5% | - |
| HSV(B) | 348.2º | 0.65% | 0.74% | - |
| XYZ | 24.53 | 15.33 | 11.34 | - |
| YUV | 105.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 90 | 0 | 0.65 | 0.52 | 0.26 | 348.2 | 0.48 | 0.5 |
| Hex | BC | 42 | 5A | 0 | 41 | 34 | 1A | 15C | 30 | 32 |
| Octal | 274 | 102 | 132 | 0 | 101 | 64 | 32 | 534 | 60 | 62 |
| Binary | 10111100 | 1000010 | 1011010 | 0 | 1000001 | 110100 | 11010 | 101011100 | 110000 | 110010 |
Color Harmonies of #BC425A
Complementary color
Monochromatic Colors of #BC425A
Black with #BC425A
Text Example
Text Example
White with #BC425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC425A; }
p { color: rgb(188,66,90); }
H1.HeaderClassName
{
color: #BC425A;
}
.AnyTagClassName
{
color: #BC425A;
}
</style>
background-color css
<style>
a { background-color: #BC425A; }
a { background-color: rgb(188,66,90); }
div.DivClassName
{
background-color: #BC425A;
}
.BgClassName
{
background-color: #BC425A;
}
</style>
border-color css
<style>
span { border-color: #BC425A; }
span { border-color: rgb(188,66,90); }
td.TdClassName
{
border-color: #BC425A;
}
.TagClassName
{
border-color: #BC425A;
}
</style>