Shades of Deep Magenta #B601BA
Tints of Deep Magenta #B601BA
RGB
CMYK
RGB Variations
Color information
#B601BA (or 0xB601BA) is known color: Deep Magenta. HEX triplet: B6, 01 and BA. RGB value is (182,1,186). Sum of RGB (Red+Green+Blue) = 182+1+186=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #B601BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601BA is #49FE45. Grayscale: #4B4B4B. Windows color (decimal): -4849222 or 12190134. OLE color: 12190134.
HSL color Cylindrical-coordinate representation of color #B601BA: hue angle of 298.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B601BA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 1 | 186 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.27 |
| HSL | 298.7º | 0.99% | 0.37% | - |
| HSV(B) | 298.7º | 0.99% | 0.73% | - |
| XYZ | 28.17 | 13.51 | 47.58 | - |
| YUV | 76.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 186 | 0.02 | 0.99 | 0 | 0.27 | 298.7 | 0.99 | 0.37 |
| Hex | B6 | 1 | BA | 2 | 63 | 0 | 1B | 12B | 63 | 25 |
| Octal | 266 | 1 | 272 | 2 | 143 | 0 | 33 | 453 | 143 | 45 |
| Binary | 10110110 | 1 | 10111010 | 10 | 1100011 | 0 | 11011 | 100101011 | 1100011 | 100101 |
Color Harmonies of #B601BA
Complementary color
Monochromatic Colors of #B601BA
Black with #B601BA
Text Example
Text Example
White with #B601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601BA; }
p { color: rgb(182,1,186); }
H1.HeaderClassName
{
color: #B601BA;
}
.AnyTagClassName
{
color: #B601BA;
}
</style>
background-color css
<style>
a { background-color: #B601BA; }
a { background-color: rgb(182,1,186); }
div.DivClassName
{
background-color: #B601BA;
}
.BgClassName
{
background-color: #B601BA;
}
</style>
border-color css
<style>
span { border-color: #B601BA; }
span { border-color: rgb(182,1,186); }
td.TdClassName
{
border-color: #B601BA;
}
.TagClassName
{
border-color: #B601BA;
}
</style>