Shades of Blue Violet #B228F0
Tints of Blue Violet #B228F0
RGB
CMYK
RGB Variations
Color information
#B228F0 (or 0xB228F0) is known color: Blue Violet. HEX triplet: B2, 28 and F0. RGB value is (178,40,240). Sum of RGB (Red+Green+Blue) = 178+40+240=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #B228F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B228F0 is #4DD70F. Grayscale: #676767. Windows color (decimal): -5101328 or 15739058. OLE color: 15739058.
HSL color Cylindrical-coordinate representation of color #B228F0: hue angle of 281.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B228F0 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 40 | 240 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.06 |
| HSL | 281.4º | 0.87% | 0.55% | - |
| HSV(B) | 281.4º | 0.83% | 0.94% | - |
| XYZ | 34.85 | 17.27 | 83.94 | - |
| YUV | 104.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 240 | 0.26 | 0.83 | 0 | 0.06 | 281.4 | 0.87 | 0.55 |
| Hex | B2 | 28 | F0 | 1A | 53 | 0 | 6 | 119 | 57 | 37 |
| Octal | 262 | 50 | 360 | 32 | 123 | 0 | 6 | 431 | 127 | 67 |
| Binary | 10110010 | 101000 | 11110000 | 11010 | 1010011 | 0 | 110 | 100011001 | 1010111 | 110111 |
Color Harmonies of #B228F0
Complementary color
Monochromatic Colors of #B228F0
Black with #B228F0
Text Example
Text Example
White with #B228F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228F0; }
p { color: rgb(178,40,240); }
H1.HeaderClassName
{
color: #B228F0;
}
.AnyTagClassName
{
color: #B228F0;
}
</style>
background-color css
<style>
a { background-color: #B228F0; }
a { background-color: rgb(178,40,240); }
div.DivClassName
{
background-color: #B228F0;
}
.BgClassName
{
background-color: #B228F0;
}
</style>
border-color css
<style>
span { border-color: #B228F0; }
span { border-color: rgb(178,40,240); }
td.TdClassName
{
border-color: #B228F0;
}
.TagClassName
{
border-color: #B228F0;
}
</style>