Shades of Violet Blue #B665AC
Tints of Violet Blue #B665AC
RGB
CMYK
RGB Variations
Color information
#B665AC (or 0xB665AC) is known color: Violet Blue. HEX triplet: B6, 65 and AC. RGB value is (182,101,172). Sum of RGB (Red+Green+Blue) = 182+101+172=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B665AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B665AC is #499A53. Grayscale: #858585. Windows color (decimal): -4823636 or 11298230. OLE color: 11298230.
HSL color Cylindrical-coordinate representation of color #B665AC: hue angle of 307.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B665AC is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 172 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.29 |
| HSL | 307.41º | 0.36% | 0.55% | - |
| HSV(B) | 307.41º | 0.45% | 0.71% | - |
| XYZ | 31.39 | 22.23 | 41.67 | - |
| YUV | 133.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 172 | 0 | 0.45 | 0.05 | 0.29 | 307.41 | 0.36 | 0.55 |
| Hex | B6 | 65 | AC | 0 | 2D | 5 | 1D | 133 | 24 | 37 |
| Octal | 266 | 145 | 254 | 0 | 55 | 5 | 35 | 463 | 44 | 67 |
| Binary | 10110110 | 1100101 | 10101100 | 0 | 101101 | 101 | 11101 | 100110011 | 100100 | 110111 |
Color Harmonies of #B665AC
Complementary color
Monochromatic Colors of #B665AC
Black with #B665AC
Text Example
Text Example
White with #B665AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665AC; }
p { color: rgb(182,101,172); }
H1.HeaderClassName
{
color: #B665AC;
}
.AnyTagClassName
{
color: #B665AC;
}
</style>
background-color css
<style>
a { background-color: #B665AC; }
a { background-color: rgb(182,101,172); }
div.DivClassName
{
background-color: #B665AC;
}
.BgClassName
{
background-color: #B665AC;
}
</style>
border-color css
<style>
span { border-color: #B665AC; }
span { border-color: rgb(182,101,172); }
td.TdClassName
{
border-color: #B665AC;
}
.TagClassName
{
border-color: #B665AC;
}
</style>