Shades of Bouquet #B075A3
Tints of Bouquet #B075A3
RGB
CMYK
RGB Variations
Color information
#B075A3 (or 0xB075A3) is known color: Bouquet. HEX triplet: B0, 75 and A3. RGB value is (176,117,163). Sum of RGB (Red+Green+Blue) = 176+117+163=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B075A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075A3 is #4F8A5C. Grayscale: #8B8B8B. Windows color (decimal): -5212765 or 10712496. OLE color: 10712496.
HSL color Cylindrical-coordinate representation of color #B075A3: hue angle of 313.22º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B075A3 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 163 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.31 |
| HSL | 313.22º | 0.27% | 0.57% | - |
| HSV(B) | 313.22º | 0.34% | 0.69% | - |
| XYZ | 30.88 | 24.6 | 37.77 | - |
| YUV | 139.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 163 | 0 | 0.34 | 0.07 | 0.31 | 313.22 | 0.27 | 0.57 |
| Hex | B0 | 75 | A3 | 0 | 22 | 7 | 1F | 139 | 1B | 39 |
| Octal | 260 | 165 | 243 | 0 | 42 | 7 | 37 | 471 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10100011 | 0 | 100010 | 111 | 11111 | 100111001 | 11011 | 111001 |
Color Harmonies of #B075A3
Complementary color
Monochromatic Colors of #B075A3
Black with #B075A3
Text Example
Text Example
White with #B075A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075A3; }
p { color: rgb(176,117,163); }
H1.HeaderClassName
{
color: #B075A3;
}
.AnyTagClassName
{
color: #B075A3;
}
</style>
background-color css
<style>
a { background-color: #B075A3; }
a { background-color: rgb(176,117,163); }
div.DivClassName
{
background-color: #B075A3;
}
.BgClassName
{
background-color: #B075A3;
}
</style>
border-color css
<style>
span { border-color: #B075A3; }
span { border-color: rgb(176,117,163); }
td.TdClassName
{
border-color: #B075A3;
}
.TagClassName
{
border-color: #B075A3;
}
</style>