Shades of Blue Violet #B229F1
Tints of Blue Violet #B229F1
RGB
CMYK
RGB Variations
Color information
#B229F1 (or 0xB229F1) is known color: Blue Violet. HEX triplet: B2, 29 and F1. RGB value is (178,41,241). Sum of RGB (Red+Green+Blue) = 178+41+241=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #B229F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229F1 is #4DD60E. Grayscale: #686868. Windows color (decimal): -5101071 or 15804850. OLE color: 15804850.
HSL color Cylindrical-coordinate representation of color #B229F1: hue angle of 281.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B229F1 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 41 | 241 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.05 |
| HSL | 281.1º | 0.88% | 0.55% | - |
| HSV(B) | 281.1º | 0.83% | 0.95% | - |
| XYZ | 35.03 | 17.4 | 84.73 | - |
| YUV | 104.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 241 | 0.26 | 0.83 | 0 | 0.05 | 281.1 | 0.88 | 0.55 |
| Hex | B2 | 29 | F1 | 1A | 53 | 0 | 5 | 119 | 58 | 37 |
| Octal | 262 | 51 | 361 | 32 | 123 | 0 | 5 | 431 | 130 | 67 |
| Binary | 10110010 | 101001 | 11110001 | 11010 | 1010011 | 0 | 101 | 100011001 | 1011000 | 110111 |
Color Harmonies of #B229F1
Complementary color
Monochromatic Colors of #B229F1
Black with #B229F1
Text Example
Text Example
White with #B229F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229F1; }
p { color: rgb(178,41,241); }
H1.HeaderClassName
{
color: #B229F1;
}
.AnyTagClassName
{
color: #B229F1;
}
</style>
background-color css
<style>
a { background-color: #B229F1; }
a { background-color: rgb(178,41,241); }
div.DivClassName
{
background-color: #B229F1;
}
.BgClassName
{
background-color: #B229F1;
}
</style>
border-color css
<style>
span { border-color: #B229F1; }
span { border-color: rgb(178,41,241); }
td.TdClassName
{
border-color: #B229F1;
}
.TagClassName
{
border-color: #B229F1;
}
</style>