Shades of Violet Blue #B469A8
Tints of Violet Blue #B469A8
RGB
CMYK
RGB Variations
Color information
#B469A8 (or 0xB469A8) is known color: Violet Blue. HEX triplet: B4, 69 and A8. RGB value is (180,105,168). Sum of RGB (Red+Green+Blue) = 180+105+168=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A8 is #4B9657. Grayscale: #868686. Windows color (decimal): -4953688 or 11037108. OLE color: 11037108.
HSL color Cylindrical-coordinate representation of color #B469A8: hue angle of 309.6º degrees, saturation: 0.33, 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 #B469A8 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 168 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.29 |
| HSL | 309.6º | 0.33% | 0.56% | - |
| HSV(B) | 309.6º | 0.42% | 0.71% | - |
| XYZ | 30.94 | 22.63 | 39.78 | - |
| YUV | 134.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 168 | 0 | 0.42 | 0.07 | 0.29 | 309.6 | 0.33 | 0.56 |
| Hex | B4 | 69 | A8 | 0 | 2A | 7 | 1D | 136 | 21 | 38 |
| Octal | 264 | 151 | 250 | 0 | 52 | 7 | 35 | 466 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10101000 | 0 | 101010 | 111 | 11101 | 100110110 | 100001 | 111000 |
Color Harmonies of #B469A8
Complementary color
Monochromatic Colors of #B469A8
Black with #B469A8
Text Example
Text Example
White with #B469A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B469A8; }
p { color: rgb(180,105,168); }
H1.HeaderClassName
{
color: #B469A8;
}
.AnyTagClassName
{
color: #B469A8;
}
</style>
background-color css
<style>
a { background-color: #B469A8; }
a { background-color: rgb(180,105,168); }
div.DivClassName
{
background-color: #B469A8;
}
.BgClassName
{
background-color: #B469A8;
}
</style>
border-color css
<style>
span { border-color: #B469A8; }
span { border-color: rgb(180,105,168); }
td.TdClassName
{
border-color: #B469A8;
}
.TagClassName
{
border-color: #B469A8;
}
</style>