Shades of Violet Blue #B257AD
Tints of Violet Blue #B257AD
RGB
CMYK
RGB Variations
Color information
#B257AD (or 0xB257AD) is known color: Violet Blue. HEX triplet: B2, 57 and AD. RGB value is (178,87,173). Sum of RGB (Red+Green+Blue) = 178+87+173=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B257AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B257AD is #4DA852. Grayscale: #7B7B7B. Windows color (decimal): -5089363 or 11360178. OLE color: 11360178.
HSL color Cylindrical-coordinate representation of color #B257AD: hue angle of 303.3º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B257AD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 173 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.30 |
| HSL | 303.3º | 0.37% | 0.52% | - |
| HSV(B) | 303.3º | 0.51% | 0.7% | - |
| XYZ | 29.31 | 19.3 | 41.72 | - |
| YUV | 124.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 173 | 0 | 0.51 | 0.03 | 0.30 | 303.3 | 0.37 | 0.52 |
| Hex | B2 | 57 | AD | 0 | 33 | 3 | 1E | 12F | 25 | 34 |
| Octal | 262 | 127 | 255 | 0 | 63 | 3 | 36 | 457 | 45 | 64 |
| Binary | 10110010 | 1010111 | 10101101 | 0 | 110011 | 11 | 11110 | 100101111 | 100101 | 110100 |
Color Harmonies of #B257AD
Complementary color
Monochromatic Colors of #B257AD
Black with #B257AD
Text Example
Text Example
White with #B257AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B257AD; }
p { color: rgb(178,87,173); }
H1.HeaderClassName
{
color: #B257AD;
}
.AnyTagClassName
{
color: #B257AD;
}
</style>
background-color css
<style>
a { background-color: #B257AD; }
a { background-color: rgb(178,87,173); }
div.DivClassName
{
background-color: #B257AD;
}
.BgClassName
{
background-color: #B257AD;
}
</style>
border-color css
<style>
span { border-color: #B257AD; }
span { border-color: rgb(178,87,173); }
td.TdClassName
{
border-color: #B257AD;
}
.TagClassName
{
border-color: #B257AD;
}
</style>