Shades of Bouquet #B370A4
Tints of Bouquet #B370A4
RGB
CMYK
RGB Variations
Color information
#B370A4 (or 0xB370A4) is known color: Bouquet. HEX triplet: B3, 70 and A4. RGB value is (179,112,164). Sum of RGB (Red+Green+Blue) = 179+112+164=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A4 is #4C8F5B. Grayscale: #898989. Windows color (decimal): -5017436 or 10776755. OLE color: 10776755.
HSL color Cylindrical-coordinate representation of color #B370A4: hue angle of 313.43º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B370A4 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 164 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.30 |
| HSL | 313.43º | 0.31% | 0.57% | - |
| HSV(B) | 313.43º | 0.37% | 0.7% | - |
| XYZ | 31.09 | 23.85 | 38.09 | - |
| YUV | 137.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 164 | 0 | 0.37 | 0.08 | 0.30 | 313.43 | 0.31 | 0.57 |
| Hex | B3 | 70 | A4 | 0 | 25 | 8 | 1E | 139 | 1F | 39 |
| Octal | 263 | 160 | 244 | 0 | 45 | 10 | 36 | 471 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10100100 | 0 | 100101 | 1000 | 11110 | 100111001 | 11111 | 111001 |
Color Harmonies of #B370A4
Complementary color
Monochromatic Colors of #B370A4
Black with #B370A4
Text Example
Text Example
White with #B370A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370A4; }
p { color: rgb(179,112,164); }
H1.HeaderClassName
{
color: #B370A4;
}
.AnyTagClassName
{
color: #B370A4;
}
</style>
background-color css
<style>
a { background-color: #B370A4; }
a { background-color: rgb(179,112,164); }
div.DivClassName
{
background-color: #B370A4;
}
.BgClassName
{
background-color: #B370A4;
}
</style>
border-color css
<style>
span { border-color: #B370A4; }
span { border-color: rgb(179,112,164); }
td.TdClassName
{
border-color: #B370A4;
}
.TagClassName
{
border-color: #B370A4;
}
</style>