Shades of Blue Violet #B534F7
Tints of Blue Violet #B534F7
RGB
CMYK
RGB Variations
Color information
#B534F7 (or 0xB534F7) is known color: Blue Violet. HEX triplet: B5, 34 and F7. RGB value is (181,52,247). Sum of RGB (Red+Green+Blue) = 181+52+247=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #B534F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534F7 is #4ACB08. Grayscale: #707070. Windows color (decimal): -4901641 or 16200885. OLE color: 16200885.
HSL color Cylindrical-coordinate representation of color #B534F7: hue angle of 279.69º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B534F7 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 52 | 247 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.03 |
| HSL | 279.69º | 0.92% | 0.59% | - |
| HSV(B) | 279.69º | 0.79% | 0.97% | - |
| XYZ | 37.07 | 19 | 89.71 | - |
| YUV | 112.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 247 | 0.27 | 0.79 | 0 | 0.03 | 279.69 | 0.92 | 0.59 |
| Hex | B5 | 34 | F7 | 1B | 4F | 0 | 3 | 118 | 5C | 3B |
| Octal | 265 | 64 | 367 | 33 | 117 | 0 | 3 | 430 | 134 | 73 |
| Binary | 10110101 | 110100 | 11110111 | 11011 | 1001111 | 0 | 11 | 100011000 | 1011100 | 111011 |
Color Harmonies of #B534F7
Complementary color
Monochromatic Colors of #B534F7
Black with #B534F7
Text Example
Text Example
White with #B534F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534F7; }
p { color: rgb(181,52,247); }
H1.HeaderClassName
{
color: #B534F7;
}
.AnyTagClassName
{
color: #B534F7;
}
</style>
background-color css
<style>
a { background-color: #B534F7; }
a { background-color: rgb(181,52,247); }
div.DivClassName
{
background-color: #B534F7;
}
.BgClassName
{
background-color: #B534F7;
}
</style>
border-color css
<style>
span { border-color: #B534F7; }
span { border-color: rgb(181,52,247); }
td.TdClassName
{
border-color: #B534F7;
}
.TagClassName
{
border-color: #B534F7;
}
</style>