Shades of Blue Violet #B632F9
Tints of Blue Violet #B632F9
RGB
CMYK
RGB Variations
Color information
#B632F9 (or 0xB632F9) is known color: Blue Violet. HEX triplet: B6, 32 and F9. RGB value is (182,50,249). Sum of RGB (Red+Green+Blue) = 182+50+249=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #B632F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632F9 is #49CD06. Grayscale: #6F6F6F. Windows color (decimal): -4836615 or 16331446. OLE color: 16331446.
HSL color Cylindrical-coordinate representation of color #B632F9: hue angle of 279.8º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B632F9 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 50 | 249 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.02 |
| HSL | 279.8º | 0.94% | 0.59% | - |
| HSV(B) | 279.8º | 0.8% | 0.98% | - |
| XYZ | 37.53 | 19.07 | 91.32 | - |
| YUV | 112.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 249 | 0.27 | 0.80 | 0 | 0.02 | 279.8 | 0.94 | 0.59 |
| Hex | B6 | 32 | F9 | 1B | 50 | 0 | 2 | 118 | 5E | 3B |
| Octal | 266 | 62 | 371 | 33 | 120 | 0 | 2 | 430 | 136 | 73 |
| Binary | 10110110 | 110010 | 11111001 | 11011 | 1010000 | 0 | 10 | 100011000 | 1011110 | 111011 |
Color Harmonies of #B632F9
Complementary color
Monochromatic Colors of #B632F9
Black with #B632F9
Text Example
Text Example
White with #B632F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632F9; }
p { color: rgb(182,50,249); }
H1.HeaderClassName
{
color: #B632F9;
}
.AnyTagClassName
{
color: #B632F9;
}
</style>
background-color css
<style>
a { background-color: #B632F9; }
a { background-color: rgb(182,50,249); }
div.DivClassName
{
background-color: #B632F9;
}
.BgClassName
{
background-color: #B632F9;
}
</style>
border-color css
<style>
span { border-color: #B632F9; }
span { border-color: rgb(182,50,249); }
td.TdClassName
{
border-color: #B632F9;
}
.TagClassName
{
border-color: #B632F9;
}
</style>