Shades of Violet Blue #B273AD
Tints of Violet Blue #B273AD
RGB
CMYK
RGB Variations
Color information
#B273AD (or 0xB273AD) is known color: Violet Blue. HEX triplet: B2, 73 and AD. RGB value is (178,115,173). Sum of RGB (Red+Green+Blue) = 178+115+173=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B273AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273AD is #4D8C52. Grayscale: #8C8C8C. Windows color (decimal): -5082195 or 11367346. OLE color: 11367346.
HSL color Cylindrical-coordinate representation of color #B273AD: hue angle of 304.76º 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 #B273AD is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 173 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.30 |
| HSL | 304.76º | 0.29% | 0.57% | - |
| HSV(B) | 304.76º | 0.35% | 0.7% | - |
| XYZ | 32.03 | 24.74 | 42.62 | - |
| YUV | 140.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 173 | 0 | 0.35 | 0.03 | 0.30 | 304.76 | 0.29 | 0.57 |
| Hex | B2 | 73 | AD | 0 | 23 | 3 | 1E | 131 | 1D | 39 |
| Octal | 262 | 163 | 255 | 0 | 43 | 3 | 36 | 461 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10101101 | 0 | 100011 | 11 | 11110 | 100110001 | 11101 | 111001 |
Color Harmonies of #B273AD
Complementary color
Monochromatic Colors of #B273AD
Black with #B273AD
Text Example
Text Example
White with #B273AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273AD; }
p { color: rgb(178,115,173); }
H1.HeaderClassName
{
color: #B273AD;
}
.AnyTagClassName
{
color: #B273AD;
}
</style>
background-color css
<style>
a { background-color: #B273AD; }
a { background-color: rgb(178,115,173); }
div.DivClassName
{
background-color: #B273AD;
}
.BgClassName
{
background-color: #B273AD;
}
</style>
border-color css
<style>
span { border-color: #B273AD; }
span { border-color: rgb(178,115,173); }
td.TdClassName
{
border-color: #B273AD;
}
.TagClassName
{
border-color: #B273AD;
}
</style>