Shades of Bouquet #BA75A8
Tints of Bouquet #BA75A8
RGB
CMYK
RGB Variations
Color information
#BA75A8 (or 0xBA75A8) is known color: Bouquet. HEX triplet: BA, 75 and A8. RGB value is (186,117,168). Sum of RGB (Red+Green+Blue) = 186+117+168=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75A8 is #458A57. Grayscale: #8F8F8F. Windows color (decimal): -4557400 or 11040186. OLE color: 11040186.
HSL color Cylindrical-coordinate representation of color #BA75A8: hue angle of 315.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA75A8 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 117 | 168 | - |
CMYK | 0 | 0.37 | 0.10 | 0.27 |
HSL | 315.65º | 0.33% | 0.59% | - |
HSV(B) | 315.65º | 0.37% | 0.73% | - |
XYZ | 33.68 | 25.99 | 40.29 | - |
YUV | 143.45 | 141.86 | 158.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 117 | 168 | 0 | 0.37 | 0.10 | 0.27 | 315.65 | 0.33 | 0.59 |
Hex | BA | 75 | A8 | 0 | 25 | A | 1B | 13C | 21 | 3B |
Octal | 272 | 165 | 250 | 0 | 45 | 12 | 33 | 474 | 41 | 73 |
Binary | 10111010 | 1110101 | 10101000 | 0 | 100101 | 1010 | 11011 | 100111100 | 100001 | 111011 |
Color Harmonies of #BA75A8
Complementary color
Monochromatic Colors of #BA75A8
Black with #BA75A8
Text Example
Text Example
White with #BA75A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75A8; }
p { color: rgb(186,117,168); }
H1.HeaderClassName
{
color: #BA75A8;
}
.AnyTagClassName
{
color: #BA75A8;
}
</style>
background-color css
<style>
a { background-color: #BA75A8; }
a { background-color: rgb(186,117,168); }
div.DivClassName
{
background-color: #BA75A8;
}
.BgClassName
{
background-color: #BA75A8;
}
</style>
border-color css
<style>
span { border-color: #BA75A8; }
span { border-color: rgb(186,117,168); }
td.TdClassName
{
border-color: #BA75A8;
}
.TagClassName
{
border-color: #BA75A8;
}
</style>