Shades of Violet Blue #B65FA1
Tints of Violet Blue #B65FA1
RGB
CMYK
RGB Variations
Color information
#B65FA1 (or 0xB65FA1) is known color: Violet Blue. HEX triplet: B6, 5F and A1. RGB value is (182,95,161). Sum of RGB (Red+Green+Blue) = 182+95+161=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B65FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65FA1 is #49A05E. Grayscale: #808080. Windows color (decimal): -4825183 or 10575798. OLE color: 10575798.
HSL color Cylindrical-coordinate representation of color #B65FA1: hue angle of 314.48º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65FA1 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 95 | 161 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.29 |
| HSL | 314.48º | 0.37% | 0.54% | - |
| HSV(B) | 314.48º | 0.48% | 0.71% | - |
| XYZ | 29.82 | 20.7 | 36.14 | - |
| YUV | 128.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 161 | 0 | 0.48 | 0.12 | 0.29 | 314.48 | 0.37 | 0.54 |
| Hex | B6 | 5F | A1 | 0 | 30 | C | 1D | 13A | 25 | 36 |
| Octal | 266 | 137 | 241 | 0 | 60 | 14 | 35 | 472 | 45 | 66 |
| Binary | 10110110 | 1011111 | 10100001 | 0 | 110000 | 1100 | 11101 | 100111010 | 100101 | 110110 |
Color Harmonies of #B65FA1
Complementary color
Monochromatic Colors of #B65FA1
Black with #B65FA1
Text Example
Text Example
White with #B65FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FA1; }
p { color: rgb(182,95,161); }
H1.HeaderClassName
{
color: #B65FA1;
}
.AnyTagClassName
{
color: #B65FA1;
}
</style>
background-color css
<style>
a { background-color: #B65FA1; }
a { background-color: rgb(182,95,161); }
div.DivClassName
{
background-color: #B65FA1;
}
.BgClassName
{
background-color: #B65FA1;
}
</style>
border-color css
<style>
span { border-color: #B65FA1; }
span { border-color: rgb(182,95,161); }
td.TdClassName
{
border-color: #B65FA1;
}
.TagClassName
{
border-color: #B65FA1;
}
</style>