Shades of Violet Blue #B273B5
Tints of Violet Blue #B273B5
RGB
CMYK
RGB Variations
Color information
#B273B5 (or 0xB273B5) is known color: Violet Blue. HEX triplet: B2, 73 and B5. RGB value is (178,115,181). Sum of RGB (Red+Green+Blue) = 178+115+181=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #B273B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273B5 is #4D8C4A. Grayscale: #8D8D8D. Windows color (decimal): -5082187 or 11891634. OLE color: 11891634.
HSL color Cylindrical-coordinate representation of color #B273B5: hue angle of 297.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B273B5 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 115 | 181 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.29 |
| HSL | 297.27º | 0.31% | 0.58% | - |
| HSV(B) | 297.27º | 0.36% | 0.71% | - |
| XYZ | 32.83 | 25.06 | 46.82 | - |
| YUV | 141.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 181 | 0.02 | 0.36 | 0 | 0.29 | 297.27 | 0.31 | 0.58 |
| Hex | B2 | 73 | B5 | 2 | 24 | 0 | 1D | 129 | 1F | 3A |
| Octal | 262 | 163 | 265 | 2 | 44 | 0 | 35 | 451 | 37 | 72 |
| Binary | 10110010 | 1110011 | 10110101 | 10 | 100100 | 0 | 11101 | 100101001 | 11111 | 111010 |
Color Harmonies of #B273B5
Complementary color
Monochromatic Colors of #B273B5
Black with #B273B5
Text Example
Text Example
White with #B273B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273B5; }
p { color: rgb(178,115,181); }
H1.HeaderClassName
{
color: #B273B5;
}
.AnyTagClassName
{
color: #B273B5;
}
</style>
background-color css
<style>
a { background-color: #B273B5; }
a { background-color: rgb(178,115,181); }
div.DivClassName
{
background-color: #B273B5;
}
.BgClassName
{
background-color: #B273B5;
}
</style>
border-color css
<style>
span { border-color: #B273B5; }
span { border-color: rgb(178,115,181); }
td.TdClassName
{
border-color: #B273B5;
}
.TagClassName
{
border-color: #B273B5;
}
</style>