Shades of Blue Violet #B636FE
Tints of Blue Violet #B636FE
RGB
CMYK
RGB Variations
Color information
#B636FE (or 0xB636FE) is known color: Blue Violet. HEX triplet: B6, 36 and FE. RGB value is (182,54,254). Sum of RGB (Red+Green+Blue) = 182+54+254=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #B636FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B636FE is #49C901. Grayscale: #727272. Windows color (decimal): -4835586 or 16660150. OLE color: 16660150.
HSL color Cylindrical-coordinate representation of color #B636FE: hue angle of 278.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B636FE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 54 | 254 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.00 |
| HSL | 278.4º | 0.99% | 0.6% | - |
| HSV(B) | 278.4º | 0.79% | 1% | - |
| XYZ | 38.5 | 19.74 | 95.55 | - |
| YUV | 115.07 | 206.41 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 254 | 0.28 | 0.79 | 0 | 0.00 | 278.4 | 0.99 | 0.6 |
| Hex | B6 | 36 | FE | 1C | 4F | 0 | 0 | 116 | 63 | 3C |
| Octal | 266 | 66 | 376 | 34 | 117 | 0 | 0 | 426 | 143 | 74 |
| Binary | 10110110 | 110110 | 11111110 | 11100 | 1001111 | 0 | 0 | 100010110 | 1100011 | 111100 |
Color Harmonies of #B636FE
Complementary color
Monochromatic Colors of #B636FE
Black with #B636FE
Text Example
Text Example
White with #B636FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636FE; }
p { color: rgb(182,54,254); }
H1.HeaderClassName
{
color: #B636FE;
}
.AnyTagClassName
{
color: #B636FE;
}
</style>
background-color css
<style>
a { background-color: #B636FE; }
a { background-color: rgb(182,54,254); }
div.DivClassName
{
background-color: #B636FE;
}
.BgClassName
{
background-color: #B636FE;
}
</style>
border-color css
<style>
span { border-color: #B636FE; }
span { border-color: rgb(182,54,254); }
td.TdClassName
{
border-color: #B636FE;
}
.TagClassName
{
border-color: #B636FE;
}
</style>