Shades of Violet Blue #B25CAD
Tints of Violet Blue #B25CAD
RGB
CMYK
RGB Variations
Color information
#B25CAD (or 0xB25CAD) is known color: Violet Blue. HEX triplet: B2, 5C and AD. RGB value is (178,92,173). Sum of RGB (Red+Green+Blue) = 178+92+173=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B25CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25CAD is #4DA352. Grayscale: #7E7E7E. Windows color (decimal): -5088083 or 11361458. OLE color: 11361458.
HSL color Cylindrical-coordinate representation of color #B25CAD: hue angle of 303.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B25CAD is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 173 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.30 |
| HSL | 303.49º | 0.36% | 0.53% | - |
| HSV(B) | 303.49º | 0.48% | 0.7% | - |
| XYZ | 29.73 | 20.14 | 41.85 | - |
| YUV | 126.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 173 | 0 | 0.48 | 0.03 | 0.30 | 303.49 | 0.36 | 0.53 |
| Hex | B2 | 5C | AD | 0 | 30 | 3 | 1E | 12F | 24 | 35 |
| Octal | 262 | 134 | 255 | 0 | 60 | 3 | 36 | 457 | 44 | 65 |
| Binary | 10110010 | 1011100 | 10101101 | 0 | 110000 | 11 | 11110 | 100101111 | 100100 | 110101 |
Color Harmonies of #B25CAD
Complementary color
Monochromatic Colors of #B25CAD
Black with #B25CAD
Text Example
Text Example
White with #B25CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CAD; }
p { color: rgb(178,92,173); }
H1.HeaderClassName
{
color: #B25CAD;
}
.AnyTagClassName
{
color: #B25CAD;
}
</style>
background-color css
<style>
a { background-color: #B25CAD; }
a { background-color: rgb(178,92,173); }
div.DivClassName
{
background-color: #B25CAD;
}
.BgClassName
{
background-color: #B25CAD;
}
</style>
border-color css
<style>
span { border-color: #B25CAD; }
span { border-color: rgb(178,92,173); }
td.TdClassName
{
border-color: #B25CAD;
}
.TagClassName
{
border-color: #B25CAD;
}
</style>