Shades of Bouquet #B375A2
Tints of Bouquet #B375A2
RGB
CMYK
RGB Variations
Color information
#B375A2 (or 0xB375A2) is known color: Bouquet. HEX triplet: B3, 75 and A2. RGB value is (179,117,162). Sum of RGB (Red+Green+Blue) = 179+117+162=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A2 is #4C8A5D. Grayscale: #8C8C8C. Windows color (decimal): -5016158 or 10646963. OLE color: 10646963.
HSL color Cylindrical-coordinate representation of color #B375A2: hue angle of 316.45º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B375A2 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 162 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.30 |
| HSL | 316.45º | 0.29% | 0.58% | - |
| HSV(B) | 316.45º | 0.35% | 0.7% | - |
| XYZ | 31.47 | 24.91 | 37.33 | - |
| YUV | 140.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 162 | 0 | 0.35 | 0.09 | 0.30 | 316.45 | 0.29 | 0.58 |
| Hex | B3 | 75 | A2 | 0 | 23 | 9 | 1E | 13C | 1D | 3A |
| Octal | 263 | 165 | 242 | 0 | 43 | 11 | 36 | 474 | 35 | 72 |
| Binary | 10110011 | 1110101 | 10100010 | 0 | 100011 | 1001 | 11110 | 100111100 | 11101 | 111010 |
Color Harmonies of #B375A2
Complementary color
Monochromatic Colors of #B375A2
Black with #B375A2
Text Example
Text Example
White with #B375A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375A2; }
p { color: rgb(179,117,162); }
H1.HeaderClassName
{
color: #B375A2;
}
.AnyTagClassName
{
color: #B375A2;
}
</style>
background-color css
<style>
a { background-color: #B375A2; }
a { background-color: rgb(179,117,162); }
div.DivClassName
{
background-color: #B375A2;
}
.BgClassName
{
background-color: #B375A2;
}
</style>
border-color css
<style>
span { border-color: #B375A2; }
span { border-color: rgb(179,117,162); }
td.TdClassName
{
border-color: #B375A2;
}
.TagClassName
{
border-color: #B375A2;
}
</style>