Shades of Violet Blue #B268AF
Tints of Violet Blue #B268AF
RGB
CMYK
RGB Variations
Color information
#B268AF (or 0xB268AF) is known color: Violet Blue. HEX triplet: B2, 68 and AF. RGB value is (178,104,175). Sum of RGB (Red+Green+Blue) = 178+104+175=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B268AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B268AF is #4D9750. Grayscale: #868686. Windows color (decimal): -5085009 or 11495602. OLE color: 11495602.
HSL color Cylindrical-coordinate representation of color #B268AF: hue angle of 302.43º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B268AF is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 175 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.30 |
| HSL | 302.43º | 0.32% | 0.55% | - |
| HSV(B) | 302.43º | 0.42% | 0.7% | - |
| XYZ | 31.05 | 22.46 | 43.26 | - |
| YUV | 134.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 175 | 0 | 0.42 | 0.02 | 0.30 | 302.43 | 0.32 | 0.55 |
| Hex | B2 | 68 | AF | 0 | 2A | 2 | 1E | 12E | 20 | 37 |
| Octal | 262 | 150 | 257 | 0 | 52 | 2 | 36 | 456 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10101111 | 0 | 101010 | 10 | 11110 | 100101110 | 100000 | 110111 |
Color Harmonies of #B268AF
Complementary color
Monochromatic Colors of #B268AF
Black with #B268AF
Text Example
Text Example
White with #B268AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268AF; }
p { color: rgb(178,104,175); }
H1.HeaderClassName
{
color: #B268AF;
}
.AnyTagClassName
{
color: #B268AF;
}
</style>
background-color css
<style>
a { background-color: #B268AF; }
a { background-color: rgb(178,104,175); }
div.DivClassName
{
background-color: #B268AF;
}
.BgClassName
{
background-color: #B268AF;
}
</style>
border-color css
<style>
span { border-color: #B268AF; }
span { border-color: rgb(178,104,175); }
td.TdClassName
{
border-color: #B268AF;
}
.TagClassName
{
border-color: #B268AF;
}
</style>