Shades of Violet Blue #B270B3
Tints of Violet Blue #B270B3
RGB
CMYK
RGB Variations
Color information
#B270B3 (or 0xB270B3) is known color: Violet Blue. HEX triplet: B2, 70 and B3. RGB value is (178,112,179). Sum of RGB (Red+Green+Blue) = 178+112+179=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #B270B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270B3 is #4D8F4C. Grayscale: #8B8B8B. Windows color (decimal): -5082957 or 11759794. OLE color: 11759794.
HSL color Cylindrical-coordinate representation of color #B270B3: hue angle of 299.1º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B270B3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 179 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.30 |
| HSL | 299.1º | 0.31% | 0.57% | - |
| HSV(B) | 299.1º | 0.37% | 0.7% | - |
| XYZ | 32.29 | 24.31 | 45.64 | - |
| YUV | 139.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 179 | 0.01 | 0.37 | 0 | 0.30 | 299.1 | 0.31 | 0.57 |
| Hex | B2 | 70 | B3 | 1 | 25 | 0 | 1E | 12B | 1F | 39 |
| Octal | 262 | 160 | 263 | 1 | 45 | 0 | 36 | 453 | 37 | 71 |
| Binary | 10110010 | 1110000 | 10110011 | 1 | 100101 | 0 | 11110 | 100101011 | 11111 | 111001 |
Color Harmonies of #B270B3
Complementary color
Monochromatic Colors of #B270B3
Black with #B270B3
Text Example
Text Example
White with #B270B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270B3; }
p { color: rgb(178,112,179); }
H1.HeaderClassName
{
color: #B270B3;
}
.AnyTagClassName
{
color: #B270B3;
}
</style>
background-color css
<style>
a { background-color: #B270B3; }
a { background-color: rgb(178,112,179); }
div.DivClassName
{
background-color: #B270B3;
}
.BgClassName
{
background-color: #B270B3;
}
</style>
border-color css
<style>
span { border-color: #B270B3; }
span { border-color: rgb(178,112,179); }
td.TdClassName
{
border-color: #B270B3;
}
.TagClassName
{
border-color: #B270B3;
}
</style>