Shades of Violet Blue #B366AF
Tints of Violet Blue #B366AF
RGB
CMYK
RGB Variations
Color information
#B366AF (or 0xB366AF) is known color: Violet Blue. HEX triplet: B3, 66 and AF. RGB value is (179,102,175). Sum of RGB (Red+Green+Blue) = 179+102+175=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B366AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366AF is #4C9950. Grayscale: #858585. Windows color (decimal): -5019985 or 11495091. OLE color: 11495091.
HSL color Cylindrical-coordinate representation of color #B366AF: hue angle of 303.12º degrees, saturation: 0.34, 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 #B366AF is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 175 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.30 |
| HSL | 303.12º | 0.34% | 0.55% | - |
| HSV(B) | 303.12º | 0.43% | 0.7% | - |
| XYZ | 31.08 | 22.18 | 43.2 | - |
| YUV | 133.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 175 | 0 | 0.43 | 0.02 | 0.30 | 303.12 | 0.34 | 0.55 |
| Hex | B3 | 66 | AF | 0 | 2B | 2 | 1E | 12F | 22 | 37 |
| Octal | 263 | 146 | 257 | 0 | 53 | 2 | 36 | 457 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10101111 | 0 | 101011 | 10 | 11110 | 100101111 | 100010 | 110111 |
Color Harmonies of #B366AF
Complementary color
Monochromatic Colors of #B366AF
Black with #B366AF
Text Example
Text Example
White with #B366AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366AF; }
p { color: rgb(179,102,175); }
H1.HeaderClassName
{
color: #B366AF;
}
.AnyTagClassName
{
color: #B366AF;
}
</style>
background-color css
<style>
a { background-color: #B366AF; }
a { background-color: rgb(179,102,175); }
div.DivClassName
{
background-color: #B366AF;
}
.BgClassName
{
background-color: #B366AF;
}
</style>
border-color css
<style>
span { border-color: #B366AF; }
span { border-color: rgb(179,102,175); }
td.TdClassName
{
border-color: #B366AF;
}
.TagClassName
{
border-color: #B366AF;
}
</style>