Shades of Hippie Pink #BC495A
Tints of Hippie Pink #BC495A
RGB
CMYK
RGB Variations
Color information
#BC495A (or 0xBC495A) is known color: Hippie Pink. HEX triplet: BC, 49 and 5A. RGB value is (188,73,90). Sum of RGB (Red+Green+Blue) = 188+73+90=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC495A is #43B6A5. Grayscale: #6D6D6D. Windows color (decimal): -4437670 or 5917116. OLE color: 5917116.
HSL color Cylindrical-coordinate representation of color #BC495A: hue angle of 351.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC495A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 90 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.26 |
| HSL | 351.13º | 0.46% | 0.51% | - |
| HSV(B) | 351.13º | 0.61% | 0.74% | - |
| XYZ | 24.97 | 16.19 | 11.48 | - |
| YUV | 109.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 90 | 0 | 0.61 | 0.52 | 0.26 | 351.13 | 0.46 | 0.51 |
| Hex | BC | 49 | 5A | 0 | 3D | 34 | 1A | 15F | 2E | 33 |
| Octal | 274 | 111 | 132 | 0 | 75 | 64 | 32 | 537 | 56 | 63 |
| Binary | 10111100 | 1001001 | 1011010 | 0 | 111101 | 110100 | 11010 | 101011111 | 101110 | 110011 |
Color Harmonies of #BC495A
Complementary color
Monochromatic Colors of #BC495A
Black with #BC495A
Text Example
Text Example
White with #BC495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC495A; }
p { color: rgb(188,73,90); }
H1.HeaderClassName
{
color: #BC495A;
}
.AnyTagClassName
{
color: #BC495A;
}
</style>
background-color css
<style>
a { background-color: #BC495A; }
a { background-color: rgb(188,73,90); }
div.DivClassName
{
background-color: #BC495A;
}
.BgClassName
{
background-color: #BC495A;
}
</style>
border-color css
<style>
span { border-color: #BC495A; }
span { border-color: rgb(188,73,90); }
td.TdClassName
{
border-color: #BC495A;
}
.TagClassName
{
border-color: #BC495A;
}
</style>