Shades of Violet Blue #B668A5
Tints of Violet Blue #B668A5
RGB
CMYK
RGB Variations
Color information
#B668A5 (or 0xB668A5) is known color: Violet Blue. HEX triplet: B6, 68 and A5. RGB value is (182,104,165). Sum of RGB (Red+Green+Blue) = 182+104+165=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B668A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668A5 is #49975A. Grayscale: #868686. Windows color (decimal): -4822875 or 10840246. OLE color: 10840246.
HSL color Cylindrical-coordinate representation of color #B668A5: hue angle of 313.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B668A5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 165 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.29 |
| HSL | 313.08º | 0.35% | 0.56% | - |
| HSV(B) | 313.08º | 0.43% | 0.71% | - |
| XYZ | 31.03 | 22.56 | 38.32 | - |
| YUV | 134.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 165 | 0 | 0.43 | 0.09 | 0.29 | 313.08 | 0.35 | 0.56 |
| Hex | B6 | 68 | A5 | 0 | 2B | 9 | 1D | 139 | 23 | 38 |
| Octal | 266 | 150 | 245 | 0 | 53 | 11 | 35 | 471 | 43 | 70 |
| Binary | 10110110 | 1101000 | 10100101 | 0 | 101011 | 1001 | 11101 | 100111001 | 100011 | 111000 |
Color Harmonies of #B668A5
Complementary color
Monochromatic Colors of #B668A5
Black with #B668A5
Text Example
Text Example
White with #B668A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668A5; }
p { color: rgb(182,104,165); }
H1.HeaderClassName
{
color: #B668A5;
}
.AnyTagClassName
{
color: #B668A5;
}
</style>
background-color css
<style>
a { background-color: #B668A5; }
a { background-color: rgb(182,104,165); }
div.DivClassName
{
background-color: #B668A5;
}
.BgClassName
{
background-color: #B668A5;
}
</style>
border-color css
<style>
span { border-color: #B668A5; }
span { border-color: rgb(182,104,165); }
td.TdClassName
{
border-color: #B668A5;
}
.TagClassName
{
border-color: #B668A5;
}
</style>