Shades of Blue Violet #B434FE
Tints of Blue Violet #B434FE
RGB
CMYK
RGB Variations
Color information
#B434FE (or 0xB434FE) is known color: Blue Violet. HEX triplet: B4, 34 and FE. RGB value is (180,52,254). Sum of RGB (Red+Green+Blue) = 180+52+254=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #B434FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B434FE is #4BCB01. Grayscale: #707070. Windows color (decimal): -4967170 or 16659636. OLE color: 16659636.
HSL color Cylindrical-coordinate representation of color #B434FE: hue angle of 278.02º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B434FE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 52 | 254 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.00 |
| HSL | 278.02º | 0.99% | 0.6% | - |
| HSV(B) | 278.02º | 0.8% | 1% | - |
| XYZ | 37.94 | 19.32 | 95.49 | - |
| YUV | 113.3 | 207.41 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 254 | 0.29 | 0.80 | 0 | 0.00 | 278.02 | 0.99 | 0.6 |
| Hex | B4 | 34 | FE | 1D | 50 | 0 | 0 | 116 | 63 | 3C |
| Octal | 264 | 64 | 376 | 35 | 120 | 0 | 0 | 426 | 143 | 74 |
| Binary | 10110100 | 110100 | 11111110 | 11101 | 1010000 | 0 | 0 | 100010110 | 1100011 | 111100 |
Color Harmonies of #B434FE
Complementary color
Monochromatic Colors of #B434FE
Black with #B434FE
Text Example
Text Example
White with #B434FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434FE; }
p { color: rgb(180,52,254); }
H1.HeaderClassName
{
color: #B434FE;
}
.AnyTagClassName
{
color: #B434FE;
}
</style>
background-color css
<style>
a { background-color: #B434FE; }
a { background-color: rgb(180,52,254); }
div.DivClassName
{
background-color: #B434FE;
}
.BgClassName
{
background-color: #B434FE;
}
</style>
border-color css
<style>
span { border-color: #B434FE; }
span { border-color: rgb(180,52,254); }
td.TdClassName
{
border-color: #B434FE;
}
.TagClassName
{
border-color: #B434FE;
}
</style>