Shades of Blue Violet #B23AFE
Tints of Blue Violet #B23AFE
RGB
CMYK
RGB Variations
Color information
#B23AFE (or 0xB23AFE) is known color: Blue Violet. HEX triplet: B2, 3A and FE. RGB value is (178,58,254). Sum of RGB (Red+Green+Blue) = 178+58+254=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 58 (23.05% from 255 or 11.84% 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 #B23AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AFE is #4DC501. Grayscale: #737373. Windows color (decimal): -5096706 or 16661170. OLE color: 16661170.
HSL color Cylindrical-coordinate representation of color #B23AFE: hue angle of 276.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23AFE is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 58 | 254 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.00 |
| HSL | 276.73º | 0.99% | 0.61% | - |
| HSV(B) | 276.73º | 0.77% | 1% | - |
| XYZ | 37.76 | 19.65 | 95.57 | - |
| YUV | 116.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 254 | 0.30 | 0.77 | 0 | 0.00 | 276.73 | 0.99 | 0.61 |
| Hex | B2 | 3A | FE | 1E | 4D | 0 | 0 | 115 | 63 | 3D |
| Octal | 262 | 72 | 376 | 36 | 115 | 0 | 0 | 425 | 143 | 75 |
| Binary | 10110010 | 111010 | 11111110 | 11110 | 1001101 | 0 | 0 | 100010101 | 1100011 | 111101 |
Color Harmonies of #B23AFE
Complementary color
Monochromatic Colors of #B23AFE
Black with #B23AFE
Text Example
Text Example
White with #B23AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AFE; }
p { color: rgb(178,58,254); }
H1.HeaderClassName
{
color: #B23AFE;
}
.AnyTagClassName
{
color: #B23AFE;
}
</style>
background-color css
<style>
a { background-color: #B23AFE; }
a { background-color: rgb(178,58,254); }
div.DivClassName
{
background-color: #B23AFE;
}
.BgClassName
{
background-color: #B23AFE;
}
</style>
border-color css
<style>
span { border-color: #B23AFE; }
span { border-color: rgb(178,58,254); }
td.TdClassName
{
border-color: #B23AFE;
}
.TagClassName
{
border-color: #B23AFE;
}
</style>