Shades of Violet Blue #B65BA2
Tints of Violet Blue #B65BA2
RGB
CMYK
RGB Variations
Color information
#B65BA2 (or 0xB65BA2) is known color: Violet Blue. HEX triplet: B6, 5B and A2. RGB value is (182,91,162). Sum of RGB (Red+Green+Blue) = 182+91+162=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA2 is #49A45D. Grayscale: #7E7E7E. Windows color (decimal): -4826206 or 10640310. OLE color: 10640310.
HSL color Cylindrical-coordinate representation of color #B65BA2: hue angle of 313.19º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65BA2 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 162 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.29 |
| HSL | 313.19º | 0.38% | 0.54% | - |
| HSV(B) | 313.19º | 0.5% | 0.71% | - |
| XYZ | 29.55 | 20.04 | 36.49 | - |
| YUV | 126.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 162 | 0 | 0.5 | 0.11 | 0.29 | 313.19 | 0.38 | 0.54 |
| Hex | B6 | 5B | A2 | 0 | 32 | B | 1D | 139 | 26 | 36 |
| Octal | 266 | 133 | 242 | 0 | 62 | 13 | 35 | 471 | 46 | 66 |
| Binary | 10110110 | 1011011 | 10100010 | 0 | 110010 | 1011 | 11101 | 100111001 | 100110 | 110110 |
Color Harmonies of #B65BA2
Complementary color
Monochromatic Colors of #B65BA2
Black with #B65BA2
Text Example
Text Example
White with #B65BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65BA2; }
p { color: rgb(182,91,162); }
H1.HeaderClassName
{
color: #B65BA2;
}
.AnyTagClassName
{
color: #B65BA2;
}
</style>
background-color css
<style>
a { background-color: #B65BA2; }
a { background-color: rgb(182,91,162); }
div.DivClassName
{
background-color: #B65BA2;
}
.BgClassName
{
background-color: #B65BA2;
}
</style>
border-color css
<style>
span { border-color: #B65BA2; }
span { border-color: rgb(182,91,162); }
td.TdClassName
{
border-color: #B65BA2;
}
.TagClassName
{
border-color: #B65BA2;
}
</style>