Shades of Blue Violet #B237FE
Tints of Blue Violet #B237FE
RGB
CMYK
RGB Variations
Color information
#B237FE (or 0xB237FE) is known color: Blue Violet. HEX triplet: B2, 37 and FE. RGB value is (178,55,254). Sum of RGB (Red+Green+Blue) = 178+55+254=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #B237FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B237FE is #4DC801. Grayscale: #717171. Windows color (decimal): -5097474 or 16660402. OLE color: 16660402.
HSL color Cylindrical-coordinate representation of color #B237FE: hue angle of 277.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B237FE is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 55 | 254 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.00 |
| HSL | 277.09º | 0.99% | 0.61% | - |
| HSV(B) | 277.09º | 0.78% | 1% | - |
| XYZ | 37.62 | 19.35 | 95.52 | - |
| YUV | 114.46 | 206.75 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 254 | 0.30 | 0.78 | 0 | 0.00 | 277.09 | 0.99 | 0.61 |
| Hex | B2 | 37 | FE | 1E | 4E | 0 | 0 | 115 | 63 | 3D |
| Octal | 262 | 67 | 376 | 36 | 116 | 0 | 0 | 425 | 143 | 75 |
| Binary | 10110010 | 110111 | 11111110 | 11110 | 1001110 | 0 | 0 | 100010101 | 1100011 | 111101 |
Color Harmonies of #B237FE
Complementary color
Monochromatic Colors of #B237FE
Black with #B237FE
Text Example
Text Example
White with #B237FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B237FE; }
p { color: rgb(178,55,254); }
H1.HeaderClassName
{
color: #B237FE;
}
.AnyTagClassName
{
color: #B237FE;
}
</style>
background-color css
<style>
a { background-color: #B237FE; }
a { background-color: rgb(178,55,254); }
div.DivClassName
{
background-color: #B237FE;
}
.BgClassName
{
background-color: #B237FE;
}
</style>
border-color css
<style>
span { border-color: #B237FE; }
span { border-color: rgb(178,55,254); }
td.TdClassName
{
border-color: #B237FE;
}
.TagClassName
{
border-color: #B237FE;
}
</style>