Shades of Hippie Pink #BC455A
Tints of Hippie Pink #BC455A
RGB
CMYK
RGB Variations
Color information
#BC455A (or 0xBC455A) is known color: Hippie Pink. HEX triplet: BC, 45 and 5A. RGB value is (188,69,90). Sum of RGB (Red+Green+Blue) = 188+69+90=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC455A is #43BAA5. Grayscale: #6B6B6B. Windows color (decimal): -4438694 or 5916092. OLE color: 5916092.
HSL color Cylindrical-coordinate representation of color #BC455A: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC455A is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 90 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.26 |
| HSL | 349.41º | 0.47% | 0.5% | - |
| HSV(B) | 349.41º | 0.63% | 0.74% | - |
| XYZ | 24.71 | 15.69 | 11.4 | - |
| YUV | 106.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 90 | 0 | 0.63 | 0.52 | 0.26 | 349.41 | 0.47 | 0.5 |
| Hex | BC | 45 | 5A | 0 | 3F | 34 | 1A | 15D | 2F | 32 |
| Octal | 274 | 105 | 132 | 0 | 77 | 64 | 32 | 535 | 57 | 62 |
| Binary | 10111100 | 1000101 | 1011010 | 0 | 111111 | 110100 | 11010 | 101011101 | 101111 | 110010 |
Color Harmonies of #BC455A
Complementary color
Monochromatic Colors of #BC455A
Black with #BC455A
Text Example
Text Example
White with #BC455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC455A; }
p { color: rgb(188,69,90); }
H1.HeaderClassName
{
color: #BC455A;
}
.AnyTagClassName
{
color: #BC455A;
}
</style>
background-color css
<style>
a { background-color: #BC455A; }
a { background-color: rgb(188,69,90); }
div.DivClassName
{
background-color: #BC455A;
}
.BgClassName
{
background-color: #BC455A;
}
</style>
border-color css
<style>
span { border-color: #BC455A; }
span { border-color: rgb(188,69,90); }
td.TdClassName
{
border-color: #BC455A;
}
.TagClassName
{
border-color: #BC455A;
}
</style>