Shades of Deep Magenta #B614CB
Tints of Deep Magenta #B614CB
RGB
CMYK
RGB Variations
Color information
#B614CB (or 0xB614CB) is known color: Deep Magenta. HEX triplet: B6, 14 and CB. RGB value is (182,20,203). Sum of RGB (Red+Green+Blue) = 182+20+203=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #B614CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614CB is #49EB34. Grayscale: #585858. Windows color (decimal): -4844341 or 13309110. OLE color: 13309110.
HSL color Cylindrical-coordinate representation of color #B614CB: hue angle of 293.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B614CB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 20 | 203 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.20 |
| HSL | 293.11º | 0.82% | 0.44% | - |
| HSV(B) | 293.11º | 0.9% | 0.8% | - |
| XYZ | 30.32 | 14.76 | 57.75 | - |
| YUV | 89.3 | 192.17 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 203 | 0.10 | 0.90 | 0 | 0.20 | 293.11 | 0.82 | 0.44 |
| Hex | B6 | 14 | CB | A | 5A | 0 | 14 | 125 | 52 | 2C |
| Octal | 266 | 24 | 313 | 12 | 132 | 0 | 24 | 445 | 122 | 54 |
| Binary | 10110110 | 10100 | 11001011 | 1010 | 1011010 | 0 | 10100 | 100100101 | 1010010 | 101100 |
Color Harmonies of #B614CB
Complementary color
Monochromatic Colors of #B614CB
Black with #B614CB
Text Example
Text Example
White with #B614CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614CB; }
p { color: rgb(182,20,203); }
H1.HeaderClassName
{
color: #B614CB;
}
.AnyTagClassName
{
color: #B614CB;
}
</style>
background-color css
<style>
a { background-color: #B614CB; }
a { background-color: rgb(182,20,203); }
div.DivClassName
{
background-color: #B614CB;
}
.BgClassName
{
background-color: #B614CB;
}
</style>
border-color css
<style>
span { border-color: #B614CB; }
span { border-color: rgb(182,20,203); }
td.TdClassName
{
border-color: #B614CB;
}
.TagClassName
{
border-color: #B614CB;
}
</style>