Shades of Violet Blue #B665A5
Tints of Violet Blue #B665A5
RGB
CMYK
RGB Variations
Color information
#B665A5 (or 0xB665A5) is known color: Violet Blue. HEX triplet: B6, 65 and A5. RGB value is (182,101,165). Sum of RGB (Red+Green+Blue) = 182+101+165=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B665A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B665A5 is #499A5A. Grayscale: #848484. Windows color (decimal): -4823643 or 10839478. OLE color: 10839478.
HSL color Cylindrical-coordinate representation of color #B665A5: hue angle of 312.59º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B665A5 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 165 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.29 |
| HSL | 312.59º | 0.36% | 0.55% | - |
| HSV(B) | 312.59º | 0.45% | 0.71% | - |
| XYZ | 30.74 | 21.97 | 38.22 | - |
| YUV | 132.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 165 | 0 | 0.45 | 0.09 | 0.29 | 312.59 | 0.36 | 0.55 |
| Hex | B6 | 65 | A5 | 0 | 2D | 9 | 1D | 139 | 24 | 37 |
| Octal | 266 | 145 | 245 | 0 | 55 | 11 | 35 | 471 | 44 | 67 |
| Binary | 10110110 | 1100101 | 10100101 | 0 | 101101 | 1001 | 11101 | 100111001 | 100100 | 110111 |
Color Harmonies of #B665A5
Complementary color
Monochromatic Colors of #B665A5
Black with #B665A5
Text Example
Text Example
White with #B665A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665A5; }
p { color: rgb(182,101,165); }
H1.HeaderClassName
{
color: #B665A5;
}
.AnyTagClassName
{
color: #B665A5;
}
</style>
background-color css
<style>
a { background-color: #B665A5; }
a { background-color: rgb(182,101,165); }
div.DivClassName
{
background-color: #B665A5;
}
.BgClassName
{
background-color: #B665A5;
}
</style>
border-color css
<style>
span { border-color: #B665A5; }
span { border-color: rgb(182,101,165); }
td.TdClassName
{
border-color: #B665A5;
}
.TagClassName
{
border-color: #B665A5;
}
</style>