Shades of Violet Blue #B865A4
Tints of Violet Blue #B865A4
RGB
CMYK
RGB Variations
Color information
#B865A4 (or 0xB865A4) is known color: Violet Blue. HEX triplet: B8, 65 and A4. RGB value is (184,101,164). Sum of RGB (Red+Green+Blue) = 184+101+164=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B865A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B865A4 is #479A5B. Grayscale: #848484. Windows color (decimal): -4692572 or 10773944. OLE color: 10773944.
HSL color Cylindrical-coordinate representation of color #B865A4: hue angle of 314.46º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B865A4 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 164 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.28 |
| HSL | 314.46º | 0.37% | 0.56% | - |
| HSV(B) | 314.46º | 0.45% | 0.72% | - |
| XYZ | 31.12 | 22.18 | 37.76 | - |
| YUV | 133 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 164 | 0 | 0.45 | 0.11 | 0.28 | 314.46 | 0.37 | 0.56 |
| Hex | B8 | 65 | A4 | 0 | 2D | B | 1C | 13A | 25 | 38 |
| Octal | 270 | 145 | 244 | 0 | 55 | 13 | 34 | 472 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10100100 | 0 | 101101 | 1011 | 11100 | 100111010 | 100101 | 111000 |
Color Harmonies of #B865A4
Complementary color
Monochromatic Colors of #B865A4
Black with #B865A4
Text Example
Text Example
White with #B865A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865A4; }
p { color: rgb(184,101,164); }
H1.HeaderClassName
{
color: #B865A4;
}
.AnyTagClassName
{
color: #B865A4;
}
</style>
background-color css
<style>
a { background-color: #B865A4; }
a { background-color: rgb(184,101,164); }
div.DivClassName
{
background-color: #B865A4;
}
.BgClassName
{
background-color: #B865A4;
}
</style>
border-color css
<style>
span { border-color: #B865A4; }
span { border-color: rgb(184,101,164); }
td.TdClassName
{
border-color: #B865A4;
}
.TagClassName
{
border-color: #B865A4;
}
</style>