Shades of Blue Violet #B02CF2
Tints of Blue Violet #B02CF2
RGB
CMYK
RGB Variations
Color information
#B02CF2 (or 0xB02CF2) is known color: Blue Violet. HEX triplet: B0, 2C and F2. RGB value is (176,44,242). Sum of RGB (Red+Green+Blue) = 176+44+242=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #B02CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CF2 is #4FD30D. Grayscale: #696969. Windows color (decimal): -5231374 or 15871152. OLE color: 15871152.
HSL color Cylindrical-coordinate representation of color #B02CF2: hue angle of 280º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02CF2 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 44 | 242 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.05 |
| HSL | 280º | 0.88% | 0.56% | - |
| HSV(B) | 280º | 0.82% | 0.95% | - |
| XYZ | 34.83 | 17.44 | 85.54 | - |
| YUV | 106.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 242 | 0.27 | 0.82 | 0 | 0.05 | 280 | 0.88 | 0.56 |
| Hex | B0 | 2C | F2 | 1B | 52 | 0 | 5 | 118 | 58 | 38 |
| Octal | 260 | 54 | 362 | 33 | 122 | 0 | 5 | 430 | 130 | 70 |
| Binary | 10110000 | 101100 | 11110010 | 11011 | 1010010 | 0 | 101 | 100011000 | 1011000 | 111000 |
Color Harmonies of #B02CF2
Complementary color
Monochromatic Colors of #B02CF2
Black with #B02CF2
Text Example
Text Example
White with #B02CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CF2; }
p { color: rgb(176,44,242); }
H1.HeaderClassName
{
color: #B02CF2;
}
.AnyTagClassName
{
color: #B02CF2;
}
</style>
background-color css
<style>
a { background-color: #B02CF2; }
a { background-color: rgb(176,44,242); }
div.DivClassName
{
background-color: #B02CF2;
}
.BgClassName
{
background-color: #B02CF2;
}
</style>
border-color css
<style>
span { border-color: #B02CF2; }
span { border-color: rgb(176,44,242); }
td.TdClassName
{
border-color: #B02CF2;
}
.TagClassName
{
border-color: #B02CF2;
}
</style>