Shades of Bouquet #B270A3
Tints of Bouquet #B270A3
RGB
CMYK
RGB Variations
Color information
#B270A3 (or 0xB270A3) is known color: Bouquet. HEX triplet: B2, 70 and A3. RGB value is (178,112,163). Sum of RGB (Red+Green+Blue) = 178+112+163=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B270A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B270A3 is #4D8F5C. Grayscale: #898989. Windows color (decimal): -5082973 or 10711218. OLE color: 10711218.
HSL color Cylindrical-coordinate representation of color #B270A3: hue angle of 313.64º degrees, saturation: 0.3, 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 #B270A3 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 163 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.30 |
| HSL | 313.64º | 0.3% | 0.57% | - |
| HSV(B) | 313.64º | 0.37% | 0.7% | - |
| XYZ | 30.77 | 23.7 | 37.6 | - |
| YUV | 137.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 163 | 0 | 0.37 | 0.08 | 0.30 | 313.64 | 0.3 | 0.57 |
| Hex | B2 | 70 | A3 | 0 | 25 | 8 | 1E | 13A | 1E | 39 |
| Octal | 262 | 160 | 243 | 0 | 45 | 10 | 36 | 472 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10100011 | 0 | 100101 | 1000 | 11110 | 100111010 | 11110 | 111001 |
Color Harmonies of #B270A3
Complementary color
Monochromatic Colors of #B270A3
Black with #B270A3
Text Example
Text Example
White with #B270A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270A3; }
p { color: rgb(178,112,163); }
H1.HeaderClassName
{
color: #B270A3;
}
.AnyTagClassName
{
color: #B270A3;
}
</style>
background-color css
<style>
a { background-color: #B270A3; }
a { background-color: rgb(178,112,163); }
div.DivClassName
{
background-color: #B270A3;
}
.BgClassName
{
background-color: #B270A3;
}
</style>
border-color css
<style>
span { border-color: #B270A3; }
span { border-color: rgb(178,112,163); }
td.TdClassName
{
border-color: #B270A3;
}
.TagClassName
{
border-color: #B270A3;
}
</style>