Shades of Blue Violet #B42DF3
Tints of Blue Violet #B42DF3
RGB
CMYK
RGB Variations
Color information
#B42DF3 (or 0xB42DF3) is known color: Blue Violet. HEX triplet: B4, 2D and F3. RGB value is (180,45,243). Sum of RGB (Red+Green+Blue) = 180+45+243=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #B42DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DF3 is #4BD20C. Grayscale: #6B6B6B. Windows color (decimal): -4968973 or 15936948. OLE color: 15936948.
HSL color Cylindrical-coordinate representation of color #B42DF3: hue angle of 280.91º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42DF3 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 45 | 243 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.05 |
| HSL | 280.91º | 0.89% | 0.56% | - |
| HSV(B) | 280.91º | 0.81% | 0.95% | - |
| XYZ | 35.94 | 18.05 | 86.38 | - |
| YUV | 107.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 243 | 0.26 | 0.81 | 0 | 0.05 | 280.91 | 0.89 | 0.56 |
| Hex | B4 | 2D | F3 | 1A | 51 | 0 | 5 | 119 | 59 | 38 |
| Octal | 264 | 55 | 363 | 32 | 121 | 0 | 5 | 431 | 131 | 70 |
| Binary | 10110100 | 101101 | 11110011 | 11010 | 1010001 | 0 | 101 | 100011001 | 1011001 | 111000 |
Color Harmonies of #B42DF3
Complementary color
Monochromatic Colors of #B42DF3
Black with #B42DF3
Text Example
Text Example
White with #B42DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DF3; }
p { color: rgb(180,45,243); }
H1.HeaderClassName
{
color: #B42DF3;
}
.AnyTagClassName
{
color: #B42DF3;
}
</style>
background-color css
<style>
a { background-color: #B42DF3; }
a { background-color: rgb(180,45,243); }
div.DivClassName
{
background-color: #B42DF3;
}
.BgClassName
{
background-color: #B42DF3;
}
</style>
border-color css
<style>
span { border-color: #B42DF3; }
span { border-color: rgb(180,45,243); }
td.TdClassName
{
border-color: #B42DF3;
}
.TagClassName
{
border-color: #B42DF3;
}
</style>