Shades of Violet Blue #B248A8
Tints of Violet Blue #B248A8
RGB
CMYK
RGB Variations
Color information
#B248A8 (or 0xB248A8) is known color: Violet Blue. HEX triplet: B2, 48 and A8. RGB value is (178,72,168). Sum of RGB (Red+Green+Blue) = 178+72+168=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B248A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B248A8 is #4DB757. Grayscale: #727272. Windows color (decimal): -5093208 or 11028658. OLE color: 11028658.
HSL color Cylindrical-coordinate representation of color #B248A8: hue angle of 305.66º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B248A8 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 168 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.30 |
| HSL | 305.66º | 0.42% | 0.49% | - |
| HSV(B) | 305.66º | 0.6% | 0.7% | - |
| XYZ | 27.75 | 16.93 | 38.85 | - |
| YUV | 114.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 168 | 0 | 0.60 | 0.06 | 0.30 | 305.66 | 0.42 | 0.49 |
| Hex | B2 | 48 | A8 | 0 | 3C | 6 | 1E | 132 | 2A | 31 |
| Octal | 262 | 110 | 250 | 0 | 74 | 6 | 36 | 462 | 52 | 61 |
| Binary | 10110010 | 1001000 | 10101000 | 0 | 111100 | 110 | 11110 | 100110010 | 101010 | 110001 |
Color Harmonies of #B248A8
Complementary color
Monochromatic Colors of #B248A8
Black with #B248A8
Text Example
Text Example
White with #B248A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B248A8; }
p { color: rgb(178,72,168); }
H1.HeaderClassName
{
color: #B248A8;
}
.AnyTagClassName
{
color: #B248A8;
}
</style>
background-color css
<style>
a { background-color: #B248A8; }
a { background-color: rgb(178,72,168); }
div.DivClassName
{
background-color: #B248A8;
}
.BgClassName
{
background-color: #B248A8;
}
</style>
border-color css
<style>
span { border-color: #B248A8; }
span { border-color: rgb(178,72,168); }
td.TdClassName
{
border-color: #B248A8;
}
.TagClassName
{
border-color: #B248A8;
}
</style>