Shades of Violet Blue #B667AA
Tints of Violet Blue #B667AA
RGB
CMYK
RGB Variations
Color information
#B667AA (or 0xB667AA) is known color: Violet Blue. HEX triplet: B6, 67 and AA. RGB value is (182,103,170). Sum of RGB (Red+Green+Blue) = 182+103+170=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B667AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667AA is #499855. Grayscale: #868686. Windows color (decimal): -4823126 or 11167670. OLE color: 11167670.
HSL color Cylindrical-coordinate representation of color #B667AA: hue angle of 309.11º 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 #B667AA is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 170 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.29 |
| HSL | 309.11º | 0.35% | 0.56% | - |
| HSV(B) | 309.11º | 0.43% | 0.71% | - |
| XYZ | 31.4 | 22.55 | 40.73 | - |
| YUV | 134.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 170 | 0 | 0.43 | 0.07 | 0.29 | 309.11 | 0.35 | 0.56 |
| Hex | B6 | 67 | AA | 0 | 2B | 7 | 1D | 135 | 23 | 38 |
| Octal | 266 | 147 | 252 | 0 | 53 | 7 | 35 | 465 | 43 | 70 |
| Binary | 10110110 | 1100111 | 10101010 | 0 | 101011 | 111 | 11101 | 100110101 | 100011 | 111000 |
Color Harmonies of #B667AA
Complementary color
Monochromatic Colors of #B667AA
Black with #B667AA
Text Example
Text Example
White with #B667AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667AA; }
p { color: rgb(182,103,170); }
H1.HeaderClassName
{
color: #B667AA;
}
.AnyTagClassName
{
color: #B667AA;
}
</style>
background-color css
<style>
a { background-color: #B667AA; }
a { background-color: rgb(182,103,170); }
div.DivClassName
{
background-color: #B667AA;
}
.BgClassName
{
background-color: #B667AA;
}
</style>
border-color css
<style>
span { border-color: #B667AA; }
span { border-color: rgb(182,103,170); }
td.TdClassName
{
border-color: #B667AA;
}
.TagClassName
{
border-color: #B667AA;
}
</style>