Shades of Violet Blue #BB68A8
Tints of Violet Blue #BB68A8
RGB
CMYK
RGB Variations
Color information
#BB68A8 (or 0xBB68A8) is known color: Violet Blue. HEX triplet: BB, 68 and A8. RGB value is (187,104,168). Sum of RGB (Red+Green+Blue) = 187+104+168=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68A8 is #449757. Grayscale: #878787. Windows color (decimal): -4495192 or 11036859. OLE color: 11036859.
HSL color Cylindrical-coordinate representation of color #BB68A8: hue angle of 313.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB68A8 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 168 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.27 |
| HSL | 313.73º | 0.38% | 0.57% | - |
| HSV(B) | 313.73º | 0.44% | 0.73% | - |
| XYZ | 32.51 | 23.29 | 39.83 | - |
| YUV | 136.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 168 | 0 | 0.44 | 0.10 | 0.27 | 313.73 | 0.38 | 0.57 |
| Hex | BB | 68 | A8 | 0 | 2C | A | 1B | 13A | 26 | 39 |
| Octal | 273 | 150 | 250 | 0 | 54 | 12 | 33 | 472 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10101000 | 0 | 101100 | 1010 | 11011 | 100111010 | 100110 | 111001 |
Color Harmonies of #BB68A8
Complementary color
Monochromatic Colors of #BB68A8
Black with #BB68A8
Text Example
Text Example
White with #BB68A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68A8; }
p { color: rgb(187,104,168); }
H1.HeaderClassName
{
color: #BB68A8;
}
.AnyTagClassName
{
color: #BB68A8;
}
</style>
background-color css
<style>
a { background-color: #BB68A8; }
a { background-color: rgb(187,104,168); }
div.DivClassName
{
background-color: #BB68A8;
}
.BgClassName
{
background-color: #BB68A8;
}
</style>
border-color css
<style>
span { border-color: #BB68A8; }
span { border-color: rgb(187,104,168); }
td.TdClassName
{
border-color: #BB68A8;
}
.TagClassName
{
border-color: #BB68A8;
}
</style>