Shades of Violet Blue #B2669F
Tints of Violet Blue #B2669F
RGB
CMYK
RGB Variations
Color information
#B2669F (or 0xB2669F) is known color: Violet Blue. HEX triplet: B2, 66 and 9F. RGB value is (178,102,159). Sum of RGB (Red+Green+Blue) = 178+102+159=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2669F is #4D9960. Grayscale: #838383. Windows color (decimal): -5085537 or 10446514. OLE color: 10446514.
HSL color Cylindrical-coordinate representation of color #B2669F: hue angle of 315º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2669F is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 159 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.30 |
| HSL | 315º | 0.33% | 0.55% | - |
| HSV(B) | 315º | 0.43% | 0.7% | - |
| XYZ | 29.37 | 21.47 | 35.4 | - |
| YUV | 131.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 159 | 0 | 0.43 | 0.11 | 0.30 | 315 | 0.33 | 0.55 |
| Hex | B2 | 66 | 9F | 0 | 2B | B | 1E | 13B | 21 | 37 |
| Octal | 262 | 146 | 237 | 0 | 53 | 13 | 36 | 473 | 41 | 67 |
| Binary | 10110010 | 1100110 | 10011111 | 0 | 101011 | 1011 | 11110 | 100111011 | 100001 | 110111 |
Color Harmonies of #B2669F
Complementary color
Monochromatic Colors of #B2669F
Black with #B2669F
Text Example
Text Example
White with #B2669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2669F; }
p { color: rgb(178,102,159); }
H1.HeaderClassName
{
color: #B2669F;
}
.AnyTagClassName
{
color: #B2669F;
}
</style>
background-color css
<style>
a { background-color: #B2669F; }
a { background-color: rgb(178,102,159); }
div.DivClassName
{
background-color: #B2669F;
}
.BgClassName
{
background-color: #B2669F;
}
</style>
border-color css
<style>
span { border-color: #B2669F; }
span { border-color: rgb(178,102,159); }
td.TdClassName
{
border-color: #B2669F;
}
.TagClassName
{
border-color: #B2669F;
}
</style>