Shades of Violet Blue #B751A6
Tints of Violet Blue #B751A6
RGB
CMYK
RGB Variations
Color information
#B751A6 (or 0xB751A6) is known color: Violet Blue. HEX triplet: B7, 51 and A6. RGB value is (183,81,166). Sum of RGB (Red+Green+Blue) = 183+81+166=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B751A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B751A6 is #48AE59. Grayscale: #787878. Windows color (decimal): -4763226 or 10899895. OLE color: 10899895.
HSL color Cylindrical-coordinate representation of color #B751A6: hue angle of 310º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B751A6 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 166 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.28 |
| HSL | 310º | 0.41% | 0.52% | - |
| HSV(B) | 310º | 0.56% | 0.72% | - |
| XYZ | 29.35 | 18.71 | 38.14 | - |
| YUV | 121.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 166 | 0 | 0.56 | 0.09 | 0.28 | 310 | 0.41 | 0.52 |
| Hex | B7 | 51 | A6 | 0 | 38 | 9 | 1C | 136 | 29 | 34 |
| Octal | 267 | 121 | 246 | 0 | 70 | 11 | 34 | 466 | 51 | 64 |
| Binary | 10110111 | 1010001 | 10100110 | 0 | 111000 | 1001 | 11100 | 100110110 | 101001 | 110100 |
Color Harmonies of #B751A6
Complementary color
Monochromatic Colors of #B751A6
Black with #B751A6
Text Example
Text Example
White with #B751A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751A6; }
p { color: rgb(183,81,166); }
H1.HeaderClassName
{
color: #B751A6;
}
.AnyTagClassName
{
color: #B751A6;
}
</style>
background-color css
<style>
a { background-color: #B751A6; }
a { background-color: rgb(183,81,166); }
div.DivClassName
{
background-color: #B751A6;
}
.BgClassName
{
background-color: #B751A6;
}
</style>
border-color css
<style>
span { border-color: #B751A6; }
span { border-color: rgb(183,81,166); }
td.TdClassName
{
border-color: #B751A6;
}
.TagClassName
{
border-color: #B751A6;
}
</style>