Shades of Blue Violet #B438FE
Tints of Blue Violet #B438FE
RGB
CMYK
RGB Variations
Color information
#B438FE (or 0xB438FE) is known color: Blue Violet. HEX triplet: B4, 38 and FE. RGB value is (180,56,254). Sum of RGB (Red+Green+Blue) = 180+56+254=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #B438FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B438FE is #4BC701. Grayscale: #727272. Windows color (decimal): -4966146 or 16660660. OLE color: 16660660.
HSL color Cylindrical-coordinate representation of color #B438FE: hue angle of 277.58º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B438FE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 56 | 254 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.00 |
| HSL | 277.58º | 0.99% | 0.61% | - |
| HSV(B) | 277.58º | 0.78% | 1% | - |
| XYZ | 38.13 | 19.69 | 95.56 | - |
| YUV | 115.65 | 206.08 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 254 | 0.29 | 0.78 | 0 | 0.00 | 277.58 | 0.99 | 0.61 |
| Hex | B4 | 38 | FE | 1D | 4E | 0 | 0 | 116 | 63 | 3D |
| Octal | 264 | 70 | 376 | 35 | 116 | 0 | 0 | 426 | 143 | 75 |
| Binary | 10110100 | 111000 | 11111110 | 11101 | 1001110 | 0 | 0 | 100010110 | 1100011 | 111101 |
Color Harmonies of #B438FE
Complementary color
Monochromatic Colors of #B438FE
Black with #B438FE
Text Example
Text Example
White with #B438FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438FE; }
p { color: rgb(180,56,254); }
H1.HeaderClassName
{
color: #B438FE;
}
.AnyTagClassName
{
color: #B438FE;
}
</style>
background-color css
<style>
a { background-color: #B438FE; }
a { background-color: rgb(180,56,254); }
div.DivClassName
{
background-color: #B438FE;
}
.BgClassName
{
background-color: #B438FE;
}
</style>
border-color css
<style>
span { border-color: #B438FE; }
span { border-color: rgb(180,56,254); }
td.TdClassName
{
border-color: #B438FE;
}
.TagClassName
{
border-color: #B438FE;
}
</style>