Shades of Blue Violet #832BF2
Tints of Blue Violet #832BF2
RGB
CMYK
RGB Variations
Color information
#832BF2 (or 0x832BF2) is known color: Blue Violet. HEX triplet: 83, 2B and F2. RGB value is (131,43,242). Sum of RGB (Red+Green+Blue) = 131+43+242=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #832BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832BF2 is #7CD40D. Grayscale: #5B5B5B. Windows color (decimal): -8180750 or 15870851. OLE color: 15870851.
HSL color Cylindrical-coordinate representation of color #832BF2: hue angle of 266.53º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #832BF2 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 43 | 242 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.05 |
| HSL | 266.53º | 0.88% | 0.56% | - |
| HSV(B) | 266.53º | 0.82% | 0.95% | - |
| XYZ | 26.25 | 12.96 | 85.12 | - |
| YUV | 92 | 212.65 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 242 | 0.46 | 0.82 | 0 | 0.05 | 266.53 | 0.88 | 0.56 |
| Hex | 83 | 2B | F2 | 2E | 52 | 0 | 5 | 10B | 58 | 38 |
| Octal | 203 | 53 | 362 | 56 | 122 | 0 | 5 | 413 | 130 | 70 |
| Binary | 10000011 | 101011 | 11110010 | 101110 | 1010010 | 0 | 101 | 100001011 | 1011000 | 111000 |
Color Harmonies of #832BF2
Complementary color
Monochromatic Colors of #832BF2
Black with #832BF2
Text Example
Text Example
White with #832BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832BF2; }
p { color: rgb(131,43,242); }
H1.HeaderClassName
{
color: #832BF2;
}
.AnyTagClassName
{
color: #832BF2;
}
</style>
background-color css
<style>
a { background-color: #832BF2; }
a { background-color: rgb(131,43,242); }
div.DivClassName
{
background-color: #832BF2;
}
.BgClassName
{
background-color: #832BF2;
}
</style>
border-color css
<style>
span { border-color: #832BF2; }
span { border-color: rgb(131,43,242); }
td.TdClassName
{
border-color: #832BF2;
}
.TagClassName
{
border-color: #832BF2;
}
</style>