Shades of Hippie Pink #B3405D
Tints of Hippie Pink #B3405D
RGB
CMYK
RGB Variations
Color information
#B3405D (or 0xB3405D) is known color: Hippie Pink. HEX triplet: B3, 40 and 5D. RGB value is (179,64,93). Sum of RGB (Red+Green+Blue) = 179+64+93=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B3405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3405D is #4CBFA2. Grayscale: #656565. Windows color (decimal): -5029795 or 6111411. OLE color: 6111411.
HSL color Cylindrical-coordinate representation of color #B3405D: hue angle of 344.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3405D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 93 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.30 |
| HSL | 344.87º | 0.47% | 0.48% | - |
| HSV(B) | 344.87º | 0.64% | 0.7% | - |
| XYZ | 22.4 | 14.04 | 11.89 | - |
| YUV | 101.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 93 | 0 | 0.64 | 0.48 | 0.30 | 344.87 | 0.47 | 0.48 |
| Hex | B3 | 40 | 5D | 0 | 40 | 30 | 1E | 159 | 2F | 30 |
| Octal | 263 | 100 | 135 | 0 | 100 | 60 | 36 | 531 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1011101 | 0 | 1000000 | 110000 | 11110 | 101011001 | 101111 | 110000 |
Color Harmonies of #B3405D
Complementary color
Monochromatic Colors of #B3405D
Black with #B3405D
Text Example
Text Example
White with #B3405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3405D; }
p { color: rgb(179,64,93); }
H1.HeaderClassName
{
color: #B3405D;
}
.AnyTagClassName
{
color: #B3405D;
}
</style>
background-color css
<style>
a { background-color: #B3405D; }
a { background-color: rgb(179,64,93); }
div.DivClassName
{
background-color: #B3405D;
}
.BgClassName
{
background-color: #B3405D;
}
</style>
border-color css
<style>
span { border-color: #B3405D; }
span { border-color: rgb(179,64,93); }
td.TdClassName
{
border-color: #B3405D;
}
.TagClassName
{
border-color: #B3405D;
}
</style>