Shades of Violet Blue #B265A0
Tints of Violet Blue #B265A0
RGB
CMYK
RGB Variations
Color information
#B265A0 (or 0xB265A0) is known color: Violet Blue. HEX triplet: B2, 65 and A0. RGB value is (178,101,160). Sum of RGB (Red+Green+Blue) = 178+101+160=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B265A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B265A0 is #4D9A5F. Grayscale: #828282. Windows color (decimal): -5085792 or 10511794. OLE color: 10511794.
HSL color Cylindrical-coordinate representation of color #B265A0: hue angle of 314.03º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B265A0 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 160 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.30 |
| HSL | 314.03º | 0.33% | 0.55% | - |
| HSV(B) | 314.03º | 0.43% | 0.7% | - |
| XYZ | 29.36 | 21.31 | 35.82 | - |
| YUV | 130.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 160 | 0 | 0.43 | 0.10 | 0.30 | 314.03 | 0.33 | 0.55 |
| Hex | B2 | 65 | A0 | 0 | 2B | A | 1E | 13A | 21 | 37 |
| Octal | 262 | 145 | 240 | 0 | 53 | 12 | 36 | 472 | 41 | 67 |
| Binary | 10110010 | 1100101 | 10100000 | 0 | 101011 | 1010 | 11110 | 100111010 | 100001 | 110111 |
Color Harmonies of #B265A0
Complementary color
Monochromatic Colors of #B265A0
Black with #B265A0
Text Example
Text Example
White with #B265A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B265A0; }
p { color: rgb(178,101,160); }
H1.HeaderClassName
{
color: #B265A0;
}
.AnyTagClassName
{
color: #B265A0;
}
</style>
background-color css
<style>
a { background-color: #B265A0; }
a { background-color: rgb(178,101,160); }
div.DivClassName
{
background-color: #B265A0;
}
.BgClassName
{
background-color: #B265A0;
}
</style>
border-color css
<style>
span { border-color: #B265A0; }
span { border-color: rgb(178,101,160); }
td.TdClassName
{
border-color: #B265A0;
}
.TagClassName
{
border-color: #B265A0;
}
</style>