Shades of Blue Violet #B038FE
Tints of Blue Violet #B038FE
RGB
CMYK
RGB Variations
Color information
#B038FE (or 0xB038FE) is known color: Blue Violet. HEX triplet: B0, 38 and FE. RGB value is (176,56,254). Sum of RGB (Red+Green+Blue) = 176+56+254=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #B038FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038FE is #4FC701. Grayscale: #717171. Windows color (decimal): -5228290 or 16660656. OLE color: 16660656.
HSL color Cylindrical-coordinate representation of color #B038FE: hue angle of 276.36º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B038FE is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 56 | 254 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.00 |
| HSL | 276.36º | 0.99% | 0.61% | - |
| HSV(B) | 276.36º | 0.78% | 1% | - |
| XYZ | 37.21 | 19.21 | 95.51 | - |
| YUV | 114.45 | 206.76 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 254 | 0.31 | 0.78 | 0 | 0.00 | 276.36 | 0.99 | 0.61 |
| Hex | B0 | 38 | FE | 1F | 4E | 0 | 0 | 114 | 63 | 3D |
| Octal | 260 | 70 | 376 | 37 | 116 | 0 | 0 | 424 | 143 | 75 |
| Binary | 10110000 | 111000 | 11111110 | 11111 | 1001110 | 0 | 0 | 100010100 | 1100011 | 111101 |
Color Harmonies of #B038FE
Complementary color
Monochromatic Colors of #B038FE
Black with #B038FE
Text Example
Text Example
White with #B038FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038FE; }
p { color: rgb(176,56,254); }
H1.HeaderClassName
{
color: #B038FE;
}
.AnyTagClassName
{
color: #B038FE;
}
</style>
background-color css
<style>
a { background-color: #B038FE; }
a { background-color: rgb(176,56,254); }
div.DivClassName
{
background-color: #B038FE;
}
.BgClassName
{
background-color: #B038FE;
}
</style>
border-color css
<style>
span { border-color: #B038FE; }
span { border-color: rgb(176,56,254); }
td.TdClassName
{
border-color: #B038FE;
}
.TagClassName
{
border-color: #B038FE;
}
</style>