Shades of Deep Magenta #B614CA
Tints of Deep Magenta #B614CA
RGB
CMYK
RGB Variations
Color information
#B614CA (or 0xB614CA) is known color: Deep Magenta. HEX triplet: B6, 14 and CA. RGB value is (182,20,202). Sum of RGB (Red+Green+Blue) = 182+20+202=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #B614CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614CA is #49EB35. Grayscale: #585858. Windows color (decimal): -4844342 or 13243574. OLE color: 13243574.
HSL color Cylindrical-coordinate representation of color #B614CA: hue angle of 293.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B614CA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 20 | 202 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.21 |
| HSL | 293.41º | 0.82% | 0.44% | - |
| HSV(B) | 293.41º | 0.9% | 0.79% | - |
| XYZ | 30.2 | 14.71 | 57.12 | - |
| YUV | 89.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 202 | 0.10 | 0.90 | 0 | 0.21 | 293.41 | 0.82 | 0.44 |
| Hex | B6 | 14 | CA | A | 5A | 0 | 15 | 125 | 52 | 2C |
| Octal | 266 | 24 | 312 | 12 | 132 | 0 | 25 | 445 | 122 | 54 |
| Binary | 10110110 | 10100 | 11001010 | 1010 | 1011010 | 0 | 10101 | 100100101 | 1010010 | 101100 |
Color Harmonies of #B614CA
Complementary color
Monochromatic Colors of #B614CA
Black with #B614CA
Text Example
Text Example
White with #B614CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614CA; }
p { color: rgb(182,20,202); }
H1.HeaderClassName
{
color: #B614CA;
}
.AnyTagClassName
{
color: #B614CA;
}
</style>
background-color css
<style>
a { background-color: #B614CA; }
a { background-color: rgb(182,20,202); }
div.DivClassName
{
background-color: #B614CA;
}
.BgClassName
{
background-color: #B614CA;
}
</style>
border-color css
<style>
span { border-color: #B614CA; }
span { border-color: rgb(182,20,202); }
td.TdClassName
{
border-color: #B614CA;
}
.TagClassName
{
border-color: #B614CA;
}
</style>