Shades of Violet Blue #B760A8
Tints of Violet Blue #B760A8
RGB
CMYK
RGB Variations
Color information
#B760A8 (or 0xB760A8) is known color: Violet Blue. HEX triplet: B7, 60 and A8. RGB value is (183,96,168). Sum of RGB (Red+Green+Blue) = 183+96+168=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B760A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760A8 is #489F57. Grayscale: #828282. Windows color (decimal): -4759384 or 11034807. OLE color: 11034807.
HSL color Cylindrical-coordinate representation of color #B760A8: hue angle of 310.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B760A8 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 168 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.28 |
| HSL | 310.34º | 0.38% | 0.55% | - |
| HSV(B) | 310.34º | 0.48% | 0.72% | - |
| XYZ | 30.78 | 21.26 | 39.53 | - |
| YUV | 130.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 168 | 0 | 0.48 | 0.08 | 0.28 | 310.34 | 0.38 | 0.55 |
| Hex | B7 | 60 | A8 | 0 | 30 | 8 | 1C | 136 | 26 | 37 |
| Octal | 267 | 140 | 250 | 0 | 60 | 10 | 34 | 466 | 46 | 67 |
| Binary | 10110111 | 1100000 | 10101000 | 0 | 110000 | 1000 | 11100 | 100110110 | 100110 | 110111 |
Color Harmonies of #B760A8
Complementary color
Monochromatic Colors of #B760A8
Black with #B760A8
Text Example
Text Example
White with #B760A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760A8; }
p { color: rgb(183,96,168); }
H1.HeaderClassName
{
color: #B760A8;
}
.AnyTagClassName
{
color: #B760A8;
}
</style>
background-color css
<style>
a { background-color: #B760A8; }
a { background-color: rgb(183,96,168); }
div.DivClassName
{
background-color: #B760A8;
}
.BgClassName
{
background-color: #B760A8;
}
</style>
border-color css
<style>
span { border-color: #B760A8; }
span { border-color: rgb(183,96,168); }
td.TdClassName
{
border-color: #B760A8;
}
.TagClassName
{
border-color: #B760A8;
}
</style>