Shades of Violet Blue #B241A5
Tints of Violet Blue #B241A5
RGB
CMYK
RGB Variations
Color information
#B241A5 (or 0xB241A5) is known color: Violet Blue. HEX triplet: B2, 41 and A5. RGB value is (178,65,165). Sum of RGB (Red+Green+Blue) = 178+65+165=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B241A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241A5 is #4DBE5A. Grayscale: #6D6D6D. Windows color (decimal): -5095003 or 10830258. OLE color: 10830258.
HSL color Cylindrical-coordinate representation of color #B241A5: hue angle of 306.9º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B241A5 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 165 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.30 |
| HSL | 306.9º | 0.47% | 0.48% | - |
| HSV(B) | 306.9º | 0.63% | 0.7% | - |
| XYZ | 27.04 | 15.96 | 37.25 | - |
| YUV | 110.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 165 | 0 | 0.63 | 0.07 | 0.30 | 306.9 | 0.47 | 0.48 |
| Hex | B2 | 41 | A5 | 0 | 3F | 7 | 1E | 133 | 2F | 30 |
| Octal | 262 | 101 | 245 | 0 | 77 | 7 | 36 | 463 | 57 | 60 |
| Binary | 10110010 | 1000001 | 10100101 | 0 | 111111 | 111 | 11110 | 100110011 | 101111 | 110000 |
Color Harmonies of #B241A5
Complementary color
Monochromatic Colors of #B241A5
Black with #B241A5
Text Example
Text Example
White with #B241A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241A5; }
p { color: rgb(178,65,165); }
H1.HeaderClassName
{
color: #B241A5;
}
.AnyTagClassName
{
color: #B241A5;
}
</style>
background-color css
<style>
a { background-color: #B241A5; }
a { background-color: rgb(178,65,165); }
div.DivClassName
{
background-color: #B241A5;
}
.BgClassName
{
background-color: #B241A5;
}
</style>
border-color css
<style>
span { border-color: #B241A5; }
span { border-color: rgb(178,65,165); }
td.TdClassName
{
border-color: #B241A5;
}
.TagClassName
{
border-color: #B241A5;
}
</style>