Shades of Violet Blue #B669A5
Tints of Violet Blue #B669A5
RGB
CMYK
RGB Variations
Color information
#B669A5 (or 0xB669A5) is known color: Violet Blue. HEX triplet: B6, 69 and A5. RGB value is (182,105,165). Sum of RGB (Red+Green+Blue) = 182+105+165=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B669A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669A5 is #49965A. Grayscale: #868686. Windows color (decimal): -4822619 or 10840502. OLE color: 10840502.
HSL color Cylindrical-coordinate representation of color #B669A5: hue angle of 313.25º 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 #B669A5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 165 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.29 |
| HSL | 313.25º | 0.35% | 0.56% | - |
| HSV(B) | 313.25º | 0.42% | 0.71% | - |
| XYZ | 31.13 | 22.76 | 38.35 | - |
| YUV | 134.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 165 | 0 | 0.42 | 0.09 | 0.29 | 313.25 | 0.35 | 0.56 |
| Hex | B6 | 69 | A5 | 0 | 2A | 9 | 1D | 139 | 23 | 38 |
| Octal | 266 | 151 | 245 | 0 | 52 | 11 | 35 | 471 | 43 | 70 |
| Binary | 10110110 | 1101001 | 10100101 | 0 | 101010 | 1001 | 11101 | 100111001 | 100011 | 111000 |
Color Harmonies of #B669A5
Complementary color
Monochromatic Colors of #B669A5
Black with #B669A5
Text Example
Text Example
White with #B669A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669A5; }
p { color: rgb(182,105,165); }
H1.HeaderClassName
{
color: #B669A5;
}
.AnyTagClassName
{
color: #B669A5;
}
</style>
background-color css
<style>
a { background-color: #B669A5; }
a { background-color: rgb(182,105,165); }
div.DivClassName
{
background-color: #B669A5;
}
.BgClassName
{
background-color: #B669A5;
}
</style>
border-color css
<style>
span { border-color: #B669A5; }
span { border-color: rgb(182,105,165); }
td.TdClassName
{
border-color: #B669A5;
}
.TagClassName
{
border-color: #B669A5;
}
</style>