Shades of Blue Violet #B02CFC
Tints of Blue Violet #B02CFC
RGB
CMYK
RGB Variations
Color information
#B02CFC (or 0xB02CFC) is known color: Blue Violet. HEX triplet: B0, 2C and FC. RGB value is (176,44,252). Sum of RGB (Red+Green+Blue) = 176+44+252=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #B02CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CFC is #4FD303. Grayscale: #6A6A6A. Windows color (decimal): -5231364 or 16526512. OLE color: 16526512.
HSL color Cylindrical-coordinate representation of color #B02CFC: hue angle of 278.08º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B02CFC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 44 | 252 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.01 |
| HSL | 278.08º | 0.97% | 0.58% | - |
| HSV(B) | 278.08º | 0.83% | 0.99% | - |
| XYZ | 36.38 | 18.06 | 93.66 | - |
| YUV | 107.18 | 209.73 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 252 | 0.30 | 0.83 | 0 | 0.01 | 278.08 | 0.97 | 0.58 |
| Hex | B0 | 2C | FC | 1E | 53 | 0 | 1 | 116 | 61 | 3A |
| Octal | 260 | 54 | 374 | 36 | 123 | 0 | 1 | 426 | 141 | 72 |
| Binary | 10110000 | 101100 | 11111100 | 11110 | 1010011 | 0 | 1 | 100010110 | 1100001 | 111010 |
Color Harmonies of #B02CFC
Complementary color
Monochromatic Colors of #B02CFC
Black with #B02CFC
Text Example
Text Example
White with #B02CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CFC; }
p { color: rgb(176,44,252); }
H1.HeaderClassName
{
color: #B02CFC;
}
.AnyTagClassName
{
color: #B02CFC;
}
</style>
background-color css
<style>
a { background-color: #B02CFC; }
a { background-color: rgb(176,44,252); }
div.DivClassName
{
background-color: #B02CFC;
}
.BgClassName
{
background-color: #B02CFC;
}
</style>
border-color css
<style>
span { border-color: #B02CFC; }
span { border-color: rgb(176,44,252); }
td.TdClassName
{
border-color: #B02CFC;
}
.TagClassName
{
border-color: #B02CFC;
}
</style>