Shades of Blue Violet #B335F8
Tints of Blue Violet #B335F8
RGB
CMYK
RGB Variations
Color information
#B335F8 (or 0xB335F8) is known color: Blue Violet. HEX triplet: B3, 35 and F8. RGB value is (179,53,248). Sum of RGB (Red+Green+Blue) = 179+53+248=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #B335F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B335F8 is #4CCA07. Grayscale: #707070. Windows color (decimal): -5032456 or 16266675. OLE color: 16266675.
HSL color Cylindrical-coordinate representation of color #B335F8: hue angle of 278.77º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B335F8 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 53 | 248 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.03 |
| HSL | 278.77º | 0.93% | 0.59% | - |
| HSV(B) | 278.77º | 0.79% | 0.97% | - |
| XYZ | 36.81 | 18.91 | 90.52 | - |
| YUV | 112.9 | 204.24 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 248 | 0.28 | 0.79 | 0 | 0.03 | 278.77 | 0.93 | 0.59 |
| Hex | B3 | 35 | F8 | 1C | 4F | 0 | 3 | 117 | 5D | 3B |
| Octal | 263 | 65 | 370 | 34 | 117 | 0 | 3 | 427 | 135 | 73 |
| Binary | 10110011 | 110101 | 11111000 | 11100 | 1001111 | 0 | 11 | 100010111 | 1011101 | 111011 |
Color Harmonies of #B335F8
Complementary color
Monochromatic Colors of #B335F8
Black with #B335F8
Text Example
Text Example
White with #B335F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335F8; }
p { color: rgb(179,53,248); }
H1.HeaderClassName
{
color: #B335F8;
}
.AnyTagClassName
{
color: #B335F8;
}
</style>
background-color css
<style>
a { background-color: #B335F8; }
a { background-color: rgb(179,53,248); }
div.DivClassName
{
background-color: #B335F8;
}
.BgClassName
{
background-color: #B335F8;
}
</style>
border-color css
<style>
span { border-color: #B335F8; }
span { border-color: rgb(179,53,248); }
td.TdClassName
{
border-color: #B335F8;
}
.TagClassName
{
border-color: #B335F8;
}
</style>