Shades of Blue Violet #B03CFC
Tints of Blue Violet #B03CFC
RGB
CMYK
RGB Variations
Color information
#B03CFC (or 0xB03CFC) is known color: Blue Violet. HEX triplet: B0, 3C and FC. RGB value is (176,60,252). Sum of RGB (Red+Green+Blue) = 176+60+252=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #B03CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CFC is #4FC303. Grayscale: #737373. Windows color (decimal): -5227268 or 16530608. OLE color: 16530608.
HSL color Cylindrical-coordinate representation of color #B03CFC: hue angle of 276.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B03CFC is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 60 | 252 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.01 |
| HSL | 276.25º | 0.97% | 0.61% | - |
| HSV(B) | 276.25º | 0.76% | 0.99% | - |
| XYZ | 37.09 | 19.49 | 93.9 | - |
| YUV | 116.57 | 204.43 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 252 | 0.30 | 0.76 | 0 | 0.01 | 276.25 | 0.97 | 0.61 |
| Hex | B0 | 3C | FC | 1E | 4C | 0 | 1 | 114 | 61 | 3D |
| Octal | 260 | 74 | 374 | 36 | 114 | 0 | 1 | 424 | 141 | 75 |
| Binary | 10110000 | 111100 | 11111100 | 11110 | 1001100 | 0 | 1 | 100010100 | 1100001 | 111101 |
Color Harmonies of #B03CFC
Complementary color
Monochromatic Colors of #B03CFC
Black with #B03CFC
Text Example
Text Example
White with #B03CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CFC; }
p { color: rgb(176,60,252); }
H1.HeaderClassName
{
color: #B03CFC;
}
.AnyTagClassName
{
color: #B03CFC;
}
</style>
background-color css
<style>
a { background-color: #B03CFC; }
a { background-color: rgb(176,60,252); }
div.DivClassName
{
background-color: #B03CFC;
}
.BgClassName
{
background-color: #B03CFC;
}
</style>
border-color css
<style>
span { border-color: #B03CFC; }
span { border-color: rgb(176,60,252); }
td.TdClassName
{
border-color: #B03CFC;
}
.TagClassName
{
border-color: #B03CFC;
}
</style>