Shades of Violet Blue #B75CA0
Tints of Violet Blue #B75CA0
RGB
CMYK
RGB Variations
Color information
#B75CA0 (or 0xB75CA0) is known color: Violet Blue. HEX triplet: B7, 5C and A0. RGB value is (183,92,160). Sum of RGB (Red+Green+Blue) = 183+92+160=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CA0 is #48A35F. Grayscale: #7E7E7E. Windows color (decimal): -4760416 or 10509495. OLE color: 10509495.
HSL color Cylindrical-coordinate representation of color #B75CA0: hue angle of 315.16º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75CA0 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 92 | 160 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.28 |
| HSL | 315.16º | 0.39% | 0.54% | - |
| HSV(B) | 315.16º | 0.5% | 0.72% | - |
| XYZ | 29.7 | 20.26 | 35.6 | - |
| YUV | 126.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 160 | 0 | 0.50 | 0.13 | 0.28 | 315.16 | 0.39 | 0.54 |
| Hex | B7 | 5C | A0 | 0 | 32 | D | 1C | 13B | 27 | 36 |
| Octal | 267 | 134 | 240 | 0 | 62 | 15 | 34 | 473 | 47 | 66 |
| Binary | 10110111 | 1011100 | 10100000 | 0 | 110010 | 1101 | 11100 | 100111011 | 100111 | 110110 |
Color Harmonies of #B75CA0
Complementary color
Monochromatic Colors of #B75CA0
Black with #B75CA0
Text Example
Text Example
White with #B75CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CA0; }
p { color: rgb(183,92,160); }
H1.HeaderClassName
{
color: #B75CA0;
}
.AnyTagClassName
{
color: #B75CA0;
}
</style>
background-color css
<style>
a { background-color: #B75CA0; }
a { background-color: rgb(183,92,160); }
div.DivClassName
{
background-color: #B75CA0;
}
.BgClassName
{
background-color: #B75CA0;
}
</style>
border-color css
<style>
span { border-color: #B75CA0; }
span { border-color: rgb(183,92,160); }
td.TdClassName
{
border-color: #B75CA0;
}
.TagClassName
{
border-color: #B75CA0;
}
</style>