Shades of Hippie Pink #BC435A
Tints of Hippie Pink #BC435A
RGB
CMYK
RGB Variations
Color information
#BC435A (or 0xBC435A) is known color: Hippie Pink. HEX triplet: BC, 43 and 5A. RGB value is (188,67,90). Sum of RGB (Red+Green+Blue) = 188+67+90=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC435A is #43BCA5. Grayscale: #696969. Windows color (decimal): -4439206 or 5915580. OLE color: 5915580.
HSL color Cylindrical-coordinate representation of color #BC435A: hue angle of 348.6º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC435A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 90 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.26 |
| HSL | 348.6º | 0.47% | 0.5% | - |
| HSV(B) | 348.6º | 0.64% | 0.74% | - |
| XYZ | 24.59 | 15.44 | 11.36 | - |
| YUV | 105.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 90 | 0 | 0.64 | 0.52 | 0.26 | 348.6 | 0.47 | 0.5 |
| Hex | BC | 43 | 5A | 0 | 40 | 34 | 1A | 15D | 2F | 32 |
| Octal | 274 | 103 | 132 | 0 | 100 | 64 | 32 | 535 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1011010 | 0 | 1000000 | 110100 | 11010 | 101011101 | 101111 | 110010 |
Color Harmonies of #BC435A
Complementary color
Monochromatic Colors of #BC435A
Black with #BC435A
Text Example
Text Example
White with #BC435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC435A; }
p { color: rgb(188,67,90); }
H1.HeaderClassName
{
color: #BC435A;
}
.AnyTagClassName
{
color: #BC435A;
}
</style>
background-color css
<style>
a { background-color: #BC435A; }
a { background-color: rgb(188,67,90); }
div.DivClassName
{
background-color: #BC435A;
}
.BgClassName
{
background-color: #BC435A;
}
</style>
border-color css
<style>
span { border-color: #BC435A; }
span { border-color: rgb(188,67,90); }
td.TdClassName
{
border-color: #BC435A;
}
.TagClassName
{
border-color: #BC435A;
}
</style>