Shades of Blue Violet #B038FF
Tints of Blue Violet #B038FF
RGB
CMYK
RGB Variations
Color information
#B038FF (or 0xB038FF) is known color: Blue Violet. HEX triplet: B0, 38 and FF. RGB value is (176,56,255). Sum of RGB (Red+Green+Blue) = 176+56+255=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #B038FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038FF is #4FC700. Grayscale: #717171. Windows color (decimal): -5228289 or 16726192. OLE color: 16726192.
HSL color Cylindrical-coordinate representation of color #B038FF: hue angle of 276.18º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B038FF is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 56 | 255 | - |
| CMYK | 0.31 | 0.78 | 0 | 0 |
| HSL | 276.18º | 1% | 0.61% | - |
| HSV(B) | 276.18º | 0.78% | 1% | - |
| XYZ | 37.37 | 19.28 | 96.36 | - |
| YUV | 114.57 | 207.26 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 255 | 0.31 | 0.78 | 0 | 0 | 276.18 | 1 | 0.61 |
| Hex | B0 | 38 | FF | 1F | 4E | 0 | 0 | 114 | 64 | 3D |
| Octal | 260 | 70 | 377 | 37 | 116 | 0 | 0 | 424 | 144 | 75 |
| Binary | 10110000 | 111000 | 11111111 | 11111 | 1001110 | 0 | 0 | 100010100 | 1100100 | 111101 |
Color Harmonies of #B038FF
Complementary color
Monochromatic Colors of #B038FF
Black with #B038FF
Text Example
Text Example
White with #B038FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038FF; }
p { color: rgb(176,56,255); }
H1.HeaderClassName
{
color: #B038FF;
}
.AnyTagClassName
{
color: #B038FF;
}
</style>
background-color css
<style>
a { background-color: #B038FF; }
a { background-color: rgb(176,56,255); }
div.DivClassName
{
background-color: #B038FF;
}
.BgClassName
{
background-color: #B038FF;
}
</style>
border-color css
<style>
span { border-color: #B038FF; }
span { border-color: rgb(176,56,255); }
td.TdClassName
{
border-color: #B038FF;
}
.TagClassName
{
border-color: #B038FF;
}
</style>