Shades of Blue Violet #B231FF
Tints of Blue Violet #B231FF
RGB
CMYK
RGB Variations
Color information
#B231FF (or 0xB231FF) is known color: Blue Violet. HEX triplet: B2, 31 and FF. RGB value is (178,49,255). Sum of RGB (Red+Green+Blue) = 178+49+255=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #B231FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B231FF is #4DCE00. Grayscale: #6E6E6E. Windows color (decimal): -5099009 or 16724402. OLE color: 16724402.
HSL color Cylindrical-coordinate representation of color #B231FF: hue angle of 277.57º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B231FF is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 49 | 255 | - |
| CMYK | 0.30 | 0.81 | 0 | 0 |
| HSL | 277.57º | 1% | 0.6% | - |
| HSV(B) | 277.57º | 0.81% | 1% | - |
| XYZ | 37.51 | 18.88 | 96.28 | - |
| YUV | 111.06 | 209.24 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 255 | 0.30 | 0.81 | 0 | 0 | 277.57 | 1 | 0.6 |
| Hex | B2 | 31 | FF | 1E | 51 | 0 | 0 | 116 | 64 | 3C |
| Octal | 262 | 61 | 377 | 36 | 121 | 0 | 0 | 426 | 144 | 74 |
| Binary | 10110010 | 110001 | 11111111 | 11110 | 1010001 | 0 | 0 | 100010110 | 1100100 | 111100 |
Color Harmonies of #B231FF
Complementary color
Monochromatic Colors of #B231FF
Black with #B231FF
Text Example
Text Example
White with #B231FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231FF; }
p { color: rgb(178,49,255); }
H1.HeaderClassName
{
color: #B231FF;
}
.AnyTagClassName
{
color: #B231FF;
}
</style>
background-color css
<style>
a { background-color: #B231FF; }
a { background-color: rgb(178,49,255); }
div.DivClassName
{
background-color: #B231FF;
}
.BgClassName
{
background-color: #B231FF;
}
</style>
border-color css
<style>
span { border-color: #B231FF; }
span { border-color: rgb(178,49,255); }
td.TdClassName
{
border-color: #B231FF;
}
.TagClassName
{
border-color: #B231FF;
}
</style>