Shades of Violet Blue #B65AAA
Tints of Violet Blue #B65AAA
RGB
CMYK
RGB Variations
Color information
#B65AAA (or 0xB65AAA) is known color: Violet Blue. HEX triplet: B6, 5A and AA. RGB value is (182,90,170). Sum of RGB (Red+Green+Blue) = 182+90+170=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AAA is #49A555. Grayscale: #7E7E7E. Windows color (decimal): -4826454 or 11164342. OLE color: 11164342.
HSL color Cylindrical-coordinate representation of color #B65AAA: hue angle of 307.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65AAA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 170 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.29 |
| HSL | 307.83º | 0.39% | 0.53% | - |
| HSV(B) | 307.83º | 0.51% | 0.71% | - |
| XYZ | 30.2 | 20.16 | 40.33 | - |
| YUV | 126.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 170 | 0 | 0.51 | 0.07 | 0.29 | 307.83 | 0.39 | 0.53 |
| Hex | B6 | 5A | AA | 0 | 33 | 7 | 1D | 134 | 27 | 35 |
| Octal | 266 | 132 | 252 | 0 | 63 | 7 | 35 | 464 | 47 | 65 |
| Binary | 10110110 | 1011010 | 10101010 | 0 | 110011 | 111 | 11101 | 100110100 | 100111 | 110101 |
Color Harmonies of #B65AAA
Complementary color
Monochromatic Colors of #B65AAA
Black with #B65AAA
Text Example
Text Example
White with #B65AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65AAA; }
p { color: rgb(182,90,170); }
H1.HeaderClassName
{
color: #B65AAA;
}
.AnyTagClassName
{
color: #B65AAA;
}
</style>
background-color css
<style>
a { background-color: #B65AAA; }
a { background-color: rgb(182,90,170); }
div.DivClassName
{
background-color: #B65AAA;
}
.BgClassName
{
background-color: #B65AAA;
}
</style>
border-color css
<style>
span { border-color: #B65AAA; }
span { border-color: rgb(182,90,170); }
td.TdClassName
{
border-color: #B65AAA;
}
.TagClassName
{
border-color: #B65AAA;
}
</style>