Shades of Blue Violet #B23BFD
Tints of Blue Violet #B23BFD
RGB
CMYK
RGB Variations
Color information
#B23BFD (or 0xB23BFD) is known color: Blue Violet. HEX triplet: B2, 3B and FD. RGB value is (178,59,253). Sum of RGB (Red+Green+Blue) = 178+59+253=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #B23BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BFD is #4DC402. Grayscale: #747474. Windows color (decimal): -5096451 or 16595890. OLE color: 16595890.
HSL color Cylindrical-coordinate representation of color #B23BFD: hue angle of 276.8º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23BFD is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 59 | 253 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.01 |
| HSL | 276.8º | 0.98% | 0.61% | - |
| HSV(B) | 276.8º | 0.77% | 0.99% | - |
| XYZ | 37.65 | 19.68 | 94.74 | - |
| YUV | 116.7 | 204.92 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 253 | 0.30 | 0.77 | 0 | 0.01 | 276.8 | 0.98 | 0.61 |
| Hex | B2 | 3B | FD | 1E | 4D | 0 | 1 | 115 | 62 | 3D |
| Octal | 262 | 73 | 375 | 36 | 115 | 0 | 1 | 425 | 142 | 75 |
| Binary | 10110010 | 111011 | 11111101 | 11110 | 1001101 | 0 | 1 | 100010101 | 1100010 | 111101 |
Color Harmonies of #B23BFD
Complementary color
Monochromatic Colors of #B23BFD
Black with #B23BFD
Text Example
Text Example
White with #B23BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BFD; }
p { color: rgb(178,59,253); }
H1.HeaderClassName
{
color: #B23BFD;
}
.AnyTagClassName
{
color: #B23BFD;
}
</style>
background-color css
<style>
a { background-color: #B23BFD; }
a { background-color: rgb(178,59,253); }
div.DivClassName
{
background-color: #B23BFD;
}
.BgClassName
{
background-color: #B23BFD;
}
</style>
border-color css
<style>
span { border-color: #B23BFD; }
span { border-color: rgb(178,59,253); }
td.TdClassName
{
border-color: #B23BFD;
}
.TagClassName
{
border-color: #B23BFD;
}
</style>