Shades of Bouquet #B075A5
Tints of Bouquet #B075A5
RGB
CMYK
RGB Variations
Color information
#B075A5 (or 0xB075A5) is known color: Bouquet. HEX triplet: B0, 75 and A5. RGB value is (176,117,165). Sum of RGB (Red+Green+Blue) = 176+117+165=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B075A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075A5 is #4F8A5A. Grayscale: #8B8B8B. Windows color (decimal): -5212763 or 10843568. OLE color: 10843568.
HSL color Cylindrical-coordinate representation of color #B075A5: hue angle of 311.19º 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 #B075A5 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 165 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.31 |
| HSL | 311.19º | 0.27% | 0.57% | - |
| HSV(B) | 311.19º | 0.34% | 0.69% | - |
| XYZ | 31.06 | 24.67 | 38.72 | - |
| YUV | 140.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 165 | 0 | 0.34 | 0.06 | 0.31 | 311.19 | 0.27 | 0.57 |
| Hex | B0 | 75 | A5 | 0 | 22 | 6 | 1F | 137 | 1B | 39 |
| Octal | 260 | 165 | 245 | 0 | 42 | 6 | 37 | 467 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10100101 | 0 | 100010 | 110 | 11111 | 100110111 | 11011 | 111001 |
Color Harmonies of #B075A5
Complementary color
Monochromatic Colors of #B075A5
Black with #B075A5
Text Example
Text Example
White with #B075A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075A5; }
p { color: rgb(176,117,165); }
H1.HeaderClassName
{
color: #B075A5;
}
.AnyTagClassName
{
color: #B075A5;
}
</style>
background-color css
<style>
a { background-color: #B075A5; }
a { background-color: rgb(176,117,165); }
div.DivClassName
{
background-color: #B075A5;
}
.BgClassName
{
background-color: #B075A5;
}
</style>
border-color css
<style>
span { border-color: #B075A5; }
span { border-color: rgb(176,117,165); }
td.TdClassName
{
border-color: #B075A5;
}
.TagClassName
{
border-color: #B075A5;
}
</style>