Shades of Violet Blue #B065B2
Tints of Violet Blue #B065B2
RGB
CMYK
RGB Variations
Color information
#B065B2 (or 0xB065B2) is known color: Violet Blue. HEX triplet: B0, 65 and B2. RGB value is (176,101,178). Sum of RGB (Red+Green+Blue) = 176+101+178=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #B065B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065B2 is #4F9A4D. Grayscale: #838383. Windows color (decimal): -5216846 or 11691440. OLE color: 11691440.
HSL color Cylindrical-coordinate representation of color #B065B2: hue angle of 298.44º 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 #B065B2 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 101 | 178 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.30 |
| HSL | 298.44º | 0.33% | 0.55% | - |
| HSV(B) | 298.44º | 0.43% | 0.7% | - |
| XYZ | 30.59 | 21.75 | 44.71 | - |
| YUV | 132.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 178 | 0.01 | 0.43 | 0 | 0.30 | 298.44 | 0.33 | 0.55 |
| Hex | B0 | 65 | B2 | 1 | 2B | 0 | 1E | 12A | 21 | 37 |
| Octal | 260 | 145 | 262 | 1 | 53 | 0 | 36 | 452 | 41 | 67 |
| Binary | 10110000 | 1100101 | 10110010 | 1 | 101011 | 0 | 11110 | 100101010 | 100001 | 110111 |
Color Harmonies of #B065B2
Complementary color
Monochromatic Colors of #B065B2
Black with #B065B2
Text Example
Text Example
White with #B065B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065B2; }
p { color: rgb(176,101,178); }
H1.HeaderClassName
{
color: #B065B2;
}
.AnyTagClassName
{
color: #B065B2;
}
</style>
background-color css
<style>
a { background-color: #B065B2; }
a { background-color: rgb(176,101,178); }
div.DivClassName
{
background-color: #B065B2;
}
.BgClassName
{
background-color: #B065B2;
}
</style>
border-color css
<style>
span { border-color: #B065B2; }
span { border-color: rgb(176,101,178); }
td.TdClassName
{
border-color: #B065B2;
}
.TagClassName
{
border-color: #B065B2;
}
</style>