Shades of Blue Violet #B534FA
Tints of Blue Violet #B534FA
RGB
CMYK
RGB Variations
Color information
#B534FA (or 0xB534FA) is known color: Blue Violet. HEX triplet: B5, 34 and FA. RGB value is (181,52,250). Sum of RGB (Red+Green+Blue) = 181+52+250=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #B534FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534FA is #4ACB05. Grayscale: #707070. Windows color (decimal): -4901638 or 16397493. OLE color: 16397493.
HSL color Cylindrical-coordinate representation of color #B534FA: hue angle of 279.09º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B534FA is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 52 | 250 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.02 |
| HSL | 279.09º | 0.95% | 0.59% | - |
| HSV(B) | 279.09º | 0.79% | 0.98% | - |
| XYZ | 37.54 | 19.18 | 92.17 | - |
| YUV | 113.14 | 205.24 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 250 | 0.28 | 0.79 | 0 | 0.02 | 279.09 | 0.95 | 0.59 |
| Hex | B5 | 34 | FA | 1C | 4F | 0 | 2 | 117 | 5F | 3B |
| Octal | 265 | 64 | 372 | 34 | 117 | 0 | 2 | 427 | 137 | 73 |
| Binary | 10110101 | 110100 | 11111010 | 11100 | 1001111 | 0 | 10 | 100010111 | 1011111 | 111011 |
Color Harmonies of #B534FA
Complementary color
Monochromatic Colors of #B534FA
Black with #B534FA
Text Example
Text Example
White with #B534FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534FA; }
p { color: rgb(181,52,250); }
H1.HeaderClassName
{
color: #B534FA;
}
.AnyTagClassName
{
color: #B534FA;
}
</style>
background-color css
<style>
a { background-color: #B534FA; }
a { background-color: rgb(181,52,250); }
div.DivClassName
{
background-color: #B534FA;
}
.BgClassName
{
background-color: #B534FA;
}
</style>
border-color css
<style>
span { border-color: #B534FA; }
span { border-color: rgb(181,52,250); }
td.TdClassName
{
border-color: #B534FA;
}
.TagClassName
{
border-color: #B534FA;
}
</style>