Shades of Violet Blue #B250A7
Tints of Violet Blue #B250A7
RGB
CMYK
RGB Variations
Color information
#B250A7 (or 0xB250A7) is known color: Violet Blue. HEX triplet: B2, 50 and A7. RGB value is (178,80,167). Sum of RGB (Red+Green+Blue) = 178+80+167=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B250A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250A7 is #4DAF58. Grayscale: #767676. Windows color (decimal): -5091161 or 10965170. OLE color: 10965170.
HSL color Cylindrical-coordinate representation of color #B250A7: hue angle of 306.73º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B250A7 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 167 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.30 |
| HSL | 306.73º | 0.39% | 0.51% | - |
| HSV(B) | 306.73º | 0.55% | 0.7% | - |
| XYZ | 28.2 | 17.99 | 38.55 | - |
| YUV | 119.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 167 | 0 | 0.55 | 0.06 | 0.30 | 306.73 | 0.39 | 0.51 |
| Hex | B2 | 50 | A7 | 0 | 37 | 6 | 1E | 133 | 27 | 33 |
| Octal | 262 | 120 | 247 | 0 | 67 | 6 | 36 | 463 | 47 | 63 |
| Binary | 10110010 | 1010000 | 10100111 | 0 | 110111 | 110 | 11110 | 100110011 | 100111 | 110011 |
Color Harmonies of #B250A7
Complementary color
Monochromatic Colors of #B250A7
Black with #B250A7
Text Example
Text Example
White with #B250A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B250A7; }
p { color: rgb(178,80,167); }
H1.HeaderClassName
{
color: #B250A7;
}
.AnyTagClassName
{
color: #B250A7;
}
</style>
background-color css
<style>
a { background-color: #B250A7; }
a { background-color: rgb(178,80,167); }
div.DivClassName
{
background-color: #B250A7;
}
.BgClassName
{
background-color: #B250A7;
}
</style>
border-color css
<style>
span { border-color: #B250A7; }
span { border-color: rgb(178,80,167); }
td.TdClassName
{
border-color: #B250A7;
}
.TagClassName
{
border-color: #B250A7;
}
</style>