Shades of Medium Red Violet #B628AC
Tints of Medium Red Violet #B628AC
RGB
CMYK
RGB Variations
Color information
#B628AC (or 0xB628AC) is known color: Medium Red Violet. HEX triplet: B6, 28 and AC. RGB value is (182,40,172). Sum of RGB (Red+Green+Blue) = 182+40+172=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B628AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628AC is #49D753. Grayscale: #616161. Windows color (decimal): -4839252 or 11282614. OLE color: 11282614.
HSL color Cylindrical-coordinate representation of color #B628AC: hue angle of 304.23º 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 #B628AC is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 172 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.29 |
| HSL | 304.23º | 0.64% | 0.44% | - |
| HSV(B) | 304.23º | 0.78% | 0.71% | - |
| XYZ | 27.5 | 14.44 | 40.37 | - |
| YUV | 97.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 172 | 0 | 0.78 | 0.05 | 0.29 | 304.23 | 0.64 | 0.44 |
| Hex | B6 | 28 | AC | 0 | 4E | 5 | 1D | 130 | 40 | 2C |
| Octal | 266 | 50 | 254 | 0 | 116 | 5 | 35 | 460 | 100 | 54 |
| Binary | 10110110 | 101000 | 10101100 | 0 | 1001110 | 101 | 11101 | 100110000 | 1000000 | 101100 |
Color Harmonies of #B628AC
Complementary color
Monochromatic Colors of #B628AC
Black with #B628AC
Text Example
Text Example
White with #B628AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628AC; }
p { color: rgb(182,40,172); }
H1.HeaderClassName
{
color: #B628AC;
}
.AnyTagClassName
{
color: #B628AC;
}
</style>
background-color css
<style>
a { background-color: #B628AC; }
a { background-color: rgb(182,40,172); }
div.DivClassName
{
background-color: #B628AC;
}
.BgClassName
{
background-color: #B628AC;
}
</style>
border-color css
<style>
span { border-color: #B628AC; }
span { border-color: rgb(182,40,172); }
td.TdClassName
{
border-color: #B628AC;
}
.TagClassName
{
border-color: #B628AC;
}
</style>