Shades of Medium Red Violet #B628AB
Tints of Medium Red Violet #B628AB
RGB
CMYK
RGB Variations
Color information
#B628AB (or 0xB628AB) is known color: Medium Red Violet. HEX triplet: B6, 28 and AB. RGB value is (182,40,171). Sum of RGB (Red+Green+Blue) = 182+40+171=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B628AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628AB is #49D754. Grayscale: #616161. Windows color (decimal): -4839253 or 11217078. OLE color: 11217078.
HSL color Cylindrical-coordinate representation of color #B628AB: hue angle of 304.65º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B628AB is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 171 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.29 |
| HSL | 304.65º | 0.64% | 0.44% | - |
| HSV(B) | 304.65º | 0.78% | 0.71% | - |
| XYZ | 27.4 | 14.4 | 39.86 | - |
| YUV | 97.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 171 | 0 | 0.78 | 0.06 | 0.29 | 304.65 | 0.64 | 0.44 |
| Hex | B6 | 28 | AB | 0 | 4E | 6 | 1D | 131 | 40 | 2C |
| Octal | 266 | 50 | 253 | 0 | 116 | 6 | 35 | 461 | 100 | 54 |
| Binary | 10110110 | 101000 | 10101011 | 0 | 1001110 | 110 | 11101 | 100110001 | 1000000 | 101100 |
Color Harmonies of #B628AB
Complementary color
Monochromatic Colors of #B628AB
Black with #B628AB
Text Example
Text Example
White with #B628AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628AB; }
p { color: rgb(182,40,171); }
H1.HeaderClassName
{
color: #B628AB;
}
.AnyTagClassName
{
color: #B628AB;
}
</style>
background-color css
<style>
a { background-color: #B628AB; }
a { background-color: rgb(182,40,171); }
div.DivClassName
{
background-color: #B628AB;
}
.BgClassName
{
background-color: #B628AB;
}
</style>
border-color css
<style>
span { border-color: #B628AB; }
span { border-color: rgb(182,40,171); }
td.TdClassName
{
border-color: #B628AB;
}
.TagClassName
{
border-color: #B628AB;
}
</style>