Shades of Violet Blue #B669A8
Tints of Violet Blue #B669A8
RGB
CMYK
RGB Variations
Color information
#B669A8 (or 0xB669A8) is known color: Violet Blue. HEX triplet: B6, 69 and A8. RGB value is (182,105,168). Sum of RGB (Red+Green+Blue) = 182+105+168=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B669A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669A8 is #499657. Grayscale: #878787. Windows color (decimal): -4822616 or 11037110. OLE color: 11037110.
HSL color Cylindrical-coordinate representation of color #B669A8: hue angle of 310.91º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B669A8 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 168 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.29 |
| HSL | 310.91º | 0.35% | 0.56% | - |
| HSV(B) | 310.91º | 0.42% | 0.71% | - |
| XYZ | 31.41 | 22.88 | 39.81 | - |
| YUV | 135.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 168 | 0 | 0.42 | 0.08 | 0.29 | 310.91 | 0.35 | 0.56 |
| Hex | B6 | 69 | A8 | 0 | 2A | 8 | 1D | 137 | 23 | 38 |
| Octal | 266 | 151 | 250 | 0 | 52 | 10 | 35 | 467 | 43 | 70 |
| Binary | 10110110 | 1101001 | 10101000 | 0 | 101010 | 1000 | 11101 | 100110111 | 100011 | 111000 |
Color Harmonies of #B669A8
Complementary color
Monochromatic Colors of #B669A8
Black with #B669A8
Text Example
Text Example
White with #B669A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669A8; }
p { color: rgb(182,105,168); }
H1.HeaderClassName
{
color: #B669A8;
}
.AnyTagClassName
{
color: #B669A8;
}
</style>
background-color css
<style>
a { background-color: #B669A8; }
a { background-color: rgb(182,105,168); }
div.DivClassName
{
background-color: #B669A8;
}
.BgClassName
{
background-color: #B669A8;
}
</style>
border-color css
<style>
span { border-color: #B669A8; }
span { border-color: rgb(182,105,168); }
td.TdClassName
{
border-color: #B669A8;
}
.TagClassName
{
border-color: #B669A8;
}
</style>