Shades of Violet Blue #B273AF
Tints of Violet Blue #B273AF
RGB
CMYK
RGB Variations
Color information
#B273AF (or 0xB273AF) is known color: Violet Blue. HEX triplet: B2, 73 and AF. RGB value is (178,115,175). Sum of RGB (Red+Green+Blue) = 178+115+175=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B273AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273AF is #4D8C50. Grayscale: #8C8C8C. Windows color (decimal): -5082193 or 11498418. OLE color: 11498418.
HSL color Cylindrical-coordinate representation of color #B273AF: hue angle of 302.86º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B273AF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 175 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.30 |
| HSL | 302.86º | 0.29% | 0.57% | - |
| HSV(B) | 302.86º | 0.35% | 0.7% | - |
| XYZ | 32.23 | 24.82 | 43.65 | - |
| YUV | 140.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 175 | 0 | 0.35 | 0.02 | 0.30 | 302.86 | 0.29 | 0.57 |
| Hex | B2 | 73 | AF | 0 | 23 | 2 | 1E | 12F | 1D | 39 |
| Octal | 262 | 163 | 257 | 0 | 43 | 2 | 36 | 457 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10101111 | 0 | 100011 | 10 | 11110 | 100101111 | 11101 | 111001 |
Color Harmonies of #B273AF
Complementary color
Monochromatic Colors of #B273AF
Black with #B273AF
Text Example
Text Example
White with #B273AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273AF; }
p { color: rgb(178,115,175); }
H1.HeaderClassName
{
color: #B273AF;
}
.AnyTagClassName
{
color: #B273AF;
}
</style>
background-color css
<style>
a { background-color: #B273AF; }
a { background-color: rgb(178,115,175); }
div.DivClassName
{
background-color: #B273AF;
}
.BgClassName
{
background-color: #B273AF;
}
</style>
border-color css
<style>
span { border-color: #B273AF; }
span { border-color: rgb(178,115,175); }
td.TdClassName
{
border-color: #B273AF;
}
.TagClassName
{
border-color: #B273AF;
}
</style>