Shades of Blue Violet #B434F4
Tints of Blue Violet #B434F4
RGB
CMYK
RGB Variations
Color information
#B434F4 (or 0xB434F4) is known color: Blue Violet. HEX triplet: B4, 34 and F4. RGB value is (180,52,244). Sum of RGB (Red+Green+Blue) = 180+52+244=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #B434F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B434F4 is #4BCB0B. Grayscale: #6F6F6F. Windows color (decimal): -4967180 or 16004276. OLE color: 16004276.
HSL color Cylindrical-coordinate representation of color #B434F4: hue angle of 280º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B434F4 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 52 | 244 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.04 |
| HSL | 280º | 0.9% | 0.58% | - |
| HSV(B) | 280º | 0.79% | 0.96% | - |
| XYZ | 36.38 | 18.69 | 87.28 | - |
| YUV | 112.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 244 | 0.26 | 0.79 | 0 | 0.04 | 280 | 0.9 | 0.58 |
| Hex | B4 | 34 | F4 | 1A | 4F | 0 | 4 | 118 | 5A | 3A |
| Octal | 264 | 64 | 364 | 32 | 117 | 0 | 4 | 430 | 132 | 72 |
| Binary | 10110100 | 110100 | 11110100 | 11010 | 1001111 | 0 | 100 | 100011000 | 1011010 | 111010 |
Color Harmonies of #B434F4
Complementary color
Monochromatic Colors of #B434F4
Black with #B434F4
Text Example
Text Example
White with #B434F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434F4; }
p { color: rgb(180,52,244); }
H1.HeaderClassName
{
color: #B434F4;
}
.AnyTagClassName
{
color: #B434F4;
}
</style>
background-color css
<style>
a { background-color: #B434F4; }
a { background-color: rgb(180,52,244); }
div.DivClassName
{
background-color: #B434F4;
}
.BgClassName
{
background-color: #B434F4;
}
</style>
border-color css
<style>
span { border-color: #B434F4; }
span { border-color: rgb(180,52,244); }
td.TdClassName
{
border-color: #B434F4;
}
.TagClassName
{
border-color: #B434F4;
}
</style>