Shades of Blue Violet #B436FE
Tints of Blue Violet #B436FE
RGB
CMYK
RGB Variations
Color information
#B436FE (or 0xB436FE) is known color: Blue Violet. HEX triplet: B4, 36 and FE. RGB value is (180,54,254). Sum of RGB (Red+Green+Blue) = 180+54+254=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #B436FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B436FE is #4BC901. Grayscale: #717171. Windows color (decimal): -4966658 or 16660148. OLE color: 16660148.
HSL color Cylindrical-coordinate representation of color #B436FE: hue angle of 277.8º 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 #B436FE is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 54 | 254 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.00 |
| HSL | 277.8º | 0.99% | 0.6% | - |
| HSV(B) | 277.8º | 0.79% | 1% | - |
| XYZ | 38.03 | 19.5 | 95.52 | - |
| YUV | 114.47 | 206.74 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 254 | 0.29 | 0.79 | 0 | 0.00 | 277.8 | 0.99 | 0.6 |
| Hex | B4 | 36 | FE | 1D | 4F | 0 | 0 | 116 | 63 | 3C |
| Octal | 264 | 66 | 376 | 35 | 117 | 0 | 0 | 426 | 143 | 74 |
| Binary | 10110100 | 110110 | 11111110 | 11101 | 1001111 | 0 | 0 | 100010110 | 1100011 | 111100 |
Color Harmonies of #B436FE
Complementary color
Monochromatic Colors of #B436FE
Black with #B436FE
Text Example
Text Example
White with #B436FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B436FE; }
p { color: rgb(180,54,254); }
H1.HeaderClassName
{
color: #B436FE;
}
.AnyTagClassName
{
color: #B436FE;
}
</style>
background-color css
<style>
a { background-color: #B436FE; }
a { background-color: rgb(180,54,254); }
div.DivClassName
{
background-color: #B436FE;
}
.BgClassName
{
background-color: #B436FE;
}
</style>
border-color css
<style>
span { border-color: #B436FE; }
span { border-color: rgb(180,54,254); }
td.TdClassName
{
border-color: #B436FE;
}
.TagClassName
{
border-color: #B436FE;
}
</style>