Shades of Blue Violet #B237FF
Tints of Blue Violet #B237FF
RGB
CMYK
RGB Variations
Color information
#B237FF (or 0xB237FF) is known color: Blue Violet. HEX triplet: B2, 37 and FF. RGB value is (178,55,255). Sum of RGB (Red+Green+Blue) = 178+55+255=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #B237FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B237FF is #4DC800. Grayscale: #717171. Windows color (decimal): -5097473 or 16725938. OLE color: 16725938.
HSL color Cylindrical-coordinate representation of color #B237FF: hue angle of 276.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B237FF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 55 | 255 | - |
| CMYK | 0.30 | 0.78 | 0 | 0 |
| HSL | 276.9º | 1% | 0.61% | - |
| HSV(B) | 276.9º | 0.78% | 1% | - |
| XYZ | 37.78 | 19.42 | 96.36 | - |
| YUV | 114.58 | 207.25 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 255 | 0.30 | 0.78 | 0 | 0 | 276.9 | 1 | 0.61 |
| Hex | B2 | 37 | FF | 1E | 4E | 0 | 0 | 115 | 64 | 3D |
| Octal | 262 | 67 | 377 | 36 | 116 | 0 | 0 | 425 | 144 | 75 |
| Binary | 10110010 | 110111 | 11111111 | 11110 | 1001110 | 0 | 0 | 100010101 | 1100100 | 111101 |
Color Harmonies of #B237FF
Complementary color
Monochromatic Colors of #B237FF
Black with #B237FF
Text Example
Text Example
White with #B237FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B237FF; }
p { color: rgb(178,55,255); }
H1.HeaderClassName
{
color: #B237FF;
}
.AnyTagClassName
{
color: #B237FF;
}
</style>
background-color css
<style>
a { background-color: #B237FF; }
a { background-color: rgb(178,55,255); }
div.DivClassName
{
background-color: #B237FF;
}
.BgClassName
{
background-color: #B237FF;
}
</style>
border-color css
<style>
span { border-color: #B237FF; }
span { border-color: rgb(178,55,255); }
td.TdClassName
{
border-color: #B237FF;
}
.TagClassName
{
border-color: #B237FF;
}
</style>