Shades of Bouquet #B370A1
Tints of Bouquet #B370A1
RGB
CMYK
RGB Variations
Color information
#B370A1 (or 0xB370A1) is known color: Bouquet. HEX triplet: B3, 70 and A1. RGB value is (179,112,161). Sum of RGB (Red+Green+Blue) = 179+112+161=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A1 is #4C8F5E. Grayscale: #898989. Windows color (decimal): -5017439 or 10580147. OLE color: 10580147.
HSL color Cylindrical-coordinate representation of color #B370A1: hue angle of 316.12º 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 #B370A1 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 161 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.30 |
| HSL | 316.12º | 0.31% | 0.57% | - |
| HSV(B) | 316.12º | 0.37% | 0.7% | - |
| XYZ | 30.82 | 23.75 | 36.68 | - |
| YUV | 137.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 161 | 0 | 0.37 | 0.10 | 0.30 | 316.12 | 0.31 | 0.57 |
| Hex | B3 | 70 | A1 | 0 | 25 | A | 1E | 13C | 1F | 39 |
| Octal | 263 | 160 | 241 | 0 | 45 | 12 | 36 | 474 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10100001 | 0 | 100101 | 1010 | 11110 | 100111100 | 11111 | 111001 |
Color Harmonies of #B370A1
Complementary color
Monochromatic Colors of #B370A1
Black with #B370A1
Text Example
Text Example
White with #B370A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370A1; }
p { color: rgb(179,112,161); }
H1.HeaderClassName
{
color: #B370A1;
}
.AnyTagClassName
{
color: #B370A1;
}
</style>
background-color css
<style>
a { background-color: #B370A1; }
a { background-color: rgb(179,112,161); }
div.DivClassName
{
background-color: #B370A1;
}
.BgClassName
{
background-color: #B370A1;
}
</style>
border-color css
<style>
span { border-color: #B370A1; }
span { border-color: rgb(179,112,161); }
td.TdClassName
{
border-color: #B370A1;
}
.TagClassName
{
border-color: #B370A1;
}
</style>