Shades of Violet Blue #B665AD
Tints of Violet Blue #B665AD
RGB
CMYK
RGB Variations
Color information
#B665AD (or 0xB665AD) is known color: Violet Blue. HEX triplet: B6, 65 and AD. RGB value is (182,101,173). Sum of RGB (Red+Green+Blue) = 182+101+173=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B665AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B665AD is #499A52. Grayscale: #858585. Windows color (decimal): -4823635 or 11363766. OLE color: 11363766.
HSL color Cylindrical-coordinate representation of color #B665AD: hue angle of 306.67º 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 #B665AD is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 173 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.29 |
| HSL | 306.67º | 0.36% | 0.55% | - |
| HSV(B) | 306.67º | 0.45% | 0.71% | - |
| XYZ | 31.49 | 22.27 | 42.17 | - |
| YUV | 133.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 173 | 0 | 0.45 | 0.05 | 0.29 | 306.67 | 0.36 | 0.55 |
| Hex | B6 | 65 | AD | 0 | 2D | 5 | 1D | 133 | 24 | 37 |
| Octal | 266 | 145 | 255 | 0 | 55 | 5 | 35 | 463 | 44 | 67 |
| Binary | 10110110 | 1100101 | 10101101 | 0 | 101101 | 101 | 11101 | 100110011 | 100100 | 110111 |
Color Harmonies of #B665AD
Complementary color
Monochromatic Colors of #B665AD
Black with #B665AD
Text Example
Text Example
White with #B665AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665AD; }
p { color: rgb(182,101,173); }
H1.HeaderClassName
{
color: #B665AD;
}
.AnyTagClassName
{
color: #B665AD;
}
</style>
background-color css
<style>
a { background-color: #B665AD; }
a { background-color: rgb(182,101,173); }
div.DivClassName
{
background-color: #B665AD;
}
.BgClassName
{
background-color: #B665AD;
}
</style>
border-color css
<style>
span { border-color: #B665AD; }
span { border-color: rgb(182,101,173); }
td.TdClassName
{
border-color: #B665AD;
}
.TagClassName
{
border-color: #B665AD;
}
</style>