Shades of Blue Violet #B338FF
Tints of Blue Violet #B338FF
RGB
CMYK
RGB Variations
Color information
#B338FF (or 0xB338FF) is known color: Blue Violet. HEX triplet: B3, 38 and FF. RGB value is (179,56,255). Sum of RGB (Red+Green+Blue) = 179+56+255=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #B338FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B338FF is #4CC700. Grayscale: #727272. Windows color (decimal): -5031681 or 16726195. OLE color: 16726195.
HSL color Cylindrical-coordinate representation of color #B338FF: hue angle of 277.09º 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 #B338FF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 56 | 255 | - |
| CMYK | 0.30 | 0.78 | 0 | 0 |
| HSL | 277.09º | 1% | 0.61% | - |
| HSV(B) | 277.09º | 0.78% | 1% | - |
| XYZ | 38.05 | 19.63 | 96.39 | - |
| YUV | 115.46 | 206.75 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 255 | 0.30 | 0.78 | 0 | 0 | 277.09 | 1 | 0.61 |
| Hex | B3 | 38 | FF | 1E | 4E | 0 | 0 | 115 | 64 | 3D |
| Octal | 263 | 70 | 377 | 36 | 116 | 0 | 0 | 425 | 144 | 75 |
| Binary | 10110011 | 111000 | 11111111 | 11110 | 1001110 | 0 | 0 | 100010101 | 1100100 | 111101 |
Color Harmonies of #B338FF
Complementary color
Monochromatic Colors of #B338FF
Black with #B338FF
Text Example
Text Example
White with #B338FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B338FF; }
p { color: rgb(179,56,255); }
H1.HeaderClassName
{
color: #B338FF;
}
.AnyTagClassName
{
color: #B338FF;
}
</style>
background-color css
<style>
a { background-color: #B338FF; }
a { background-color: rgb(179,56,255); }
div.DivClassName
{
background-color: #B338FF;
}
.BgClassName
{
background-color: #B338FF;
}
</style>
border-color css
<style>
span { border-color: #B338FF; }
span { border-color: rgb(179,56,255); }
td.TdClassName
{
border-color: #B338FF;
}
.TagClassName
{
border-color: #B338FF;
}
</style>