Shades of Blue Violet #B239FA
Tints of Blue Violet #B239FA
RGB
CMYK
RGB Variations
Color information
#B239FA (or 0xB239FA) is known color: Blue Violet. HEX triplet: B2, 39 and FA. RGB value is (178,57,250). Sum of RGB (Red+Green+Blue) = 178+57+250=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #B239FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B239FA is #4DC605. Grayscale: #727272. Windows color (decimal): -5096966 or 16398770. OLE color: 16398770.
HSL color Cylindrical-coordinate representation of color #B239FA: hue angle of 277.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B239FA is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 57 | 250 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.02 |
| HSL | 277.62º | 0.95% | 0.6% | - |
| HSV(B) | 277.62º | 0.77% | 0.98% | - |
| XYZ | 37.08 | 19.29 | 92.21 | - |
| YUV | 115.18 | 204.09 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 250 | 0.29 | 0.77 | 0 | 0.02 | 277.62 | 0.95 | 0.6 |
| Hex | B2 | 39 | FA | 1D | 4D | 0 | 2 | 116 | 5F | 3C |
| Octal | 262 | 71 | 372 | 35 | 115 | 0 | 2 | 426 | 137 | 74 |
| Binary | 10110010 | 111001 | 11111010 | 11101 | 1001101 | 0 | 10 | 100010110 | 1011111 | 111100 |
Color Harmonies of #B239FA
Complementary color
Monochromatic Colors of #B239FA
Black with #B239FA
Text Example
Text Example
White with #B239FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239FA; }
p { color: rgb(178,57,250); }
H1.HeaderClassName
{
color: #B239FA;
}
.AnyTagClassName
{
color: #B239FA;
}
</style>
background-color css
<style>
a { background-color: #B239FA; }
a { background-color: rgb(178,57,250); }
div.DivClassName
{
background-color: #B239FA;
}
.BgClassName
{
background-color: #B239FA;
}
</style>
border-color css
<style>
span { border-color: #B239FA; }
span { border-color: rgb(178,57,250); }
td.TdClassName
{
border-color: #B239FA;
}
.TagClassName
{
border-color: #B239FA;
}
</style>