Shades of Blue Violet #B233FE
Tints of Blue Violet #B233FE
RGB
CMYK
RGB Variations
Color information
#B233FE (or 0xB233FE) is known color: Blue Violet. HEX triplet: B2, 33 and FE. RGB value is (178,51,254). Sum of RGB (Red+Green+Blue) = 178+51+254=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #B233FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B233FE is #4DCC01. Grayscale: #6F6F6F. Windows color (decimal): -5098498 or 16659378. OLE color: 16659378.
HSL color Cylindrical-coordinate representation of color #B233FE: hue angle of 277.54º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B233FE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 51 | 254 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.00 |
| HSL | 277.54º | 0.99% | 0.6% | - |
| HSV(B) | 277.54º | 0.8% | 1% | - |
| XYZ | 37.43 | 18.99 | 95.46 | - |
| YUV | 112.12 | 208.08 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 254 | 0.30 | 0.80 | 0 | 0.00 | 277.54 | 0.99 | 0.6 |
| Hex | B2 | 33 | FE | 1E | 50 | 0 | 0 | 116 | 63 | 3C |
| Octal | 262 | 63 | 376 | 36 | 120 | 0 | 0 | 426 | 143 | 74 |
| Binary | 10110010 | 110011 | 11111110 | 11110 | 1010000 | 0 | 0 | 100010110 | 1100011 | 111100 |
Color Harmonies of #B233FE
Complementary color
Monochromatic Colors of #B233FE
Black with #B233FE
Text Example
Text Example
White with #B233FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B233FE; }
p { color: rgb(178,51,254); }
H1.HeaderClassName
{
color: #B233FE;
}
.AnyTagClassName
{
color: #B233FE;
}
</style>
background-color css
<style>
a { background-color: #B233FE; }
a { background-color: rgb(178,51,254); }
div.DivClassName
{
background-color: #B233FE;
}
.BgClassName
{
background-color: #B233FE;
}
</style>
border-color css
<style>
span { border-color: #B233FE; }
span { border-color: rgb(178,51,254); }
td.TdClassName
{
border-color: #B233FE;
}
.TagClassName
{
border-color: #B233FE;
}
</style>