Shades of Blue Violet #B433FF
Tints of Blue Violet #B433FF
RGB
CMYK
RGB Variations
Color information
#B433FF (or 0xB433FF) is known color: Blue Violet. HEX triplet: B4, 33 and FF. RGB value is (180,51,255). Sum of RGB (Red+Green+Blue) = 180+51+255=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #B433FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B433FF is #4BCC00. Grayscale: #707070. Windows color (decimal): -4967425 or 16724916. OLE color: 16724916.
HSL color Cylindrical-coordinate representation of color #B433FF: hue angle of 277.94º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B433FF is Cyan = 0.29, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 51 | 255 | - |
| CMYK | 0.29 | 0.8 | 0 | 0 |
| HSL | 277.94º | 1% | 0.6% | - |
| HSV(B) | 277.94º | 0.8% | 1% | - |
| XYZ | 38.06 | 19.29 | 96.33 | - |
| YUV | 112.83 | 208.24 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 255 | 0.29 | 0.8 | 0 | 0 | 277.94 | 1 | 0.6 |
| Hex | B4 | 33 | FF | 1D | 50 | 0 | 0 | 116 | 64 | 3C |
| Octal | 264 | 63 | 377 | 35 | 120 | 0 | 0 | 426 | 144 | 74 |
| Binary | 10110100 | 110011 | 11111111 | 11101 | 1010000 | 0 | 0 | 100010110 | 1100100 | 111100 |
Color Harmonies of #B433FF
Complementary color
Monochromatic Colors of #B433FF
Black with #B433FF
Text Example
Text Example
White with #B433FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433FF; }
p { color: rgb(180,51,255); }
H1.HeaderClassName
{
color: #B433FF;
}
.AnyTagClassName
{
color: #B433FF;
}
</style>
background-color css
<style>
a { background-color: #B433FF; }
a { background-color: rgb(180,51,255); }
div.DivClassName
{
background-color: #B433FF;
}
.BgClassName
{
background-color: #B433FF;
}
</style>
border-color css
<style>
span { border-color: #B433FF; }
span { border-color: rgb(180,51,255); }
td.TdClassName
{
border-color: #B433FF;
}
.TagClassName
{
border-color: #B433FF;
}
</style>