Shades of Deep Magenta #B623B2
Tints of Deep Magenta #B623B2
RGB
CMYK
RGB Variations
Color information
#B623B2 (or 0xB623B2) is known color: Deep Magenta. HEX triplet: B6, 23 and B2. RGB value is (182,35,178). Sum of RGB (Red+Green+Blue) = 182+35+178=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B623B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B623B2 is #49DC4D. Grayscale: #5E5E5E. Windows color (decimal): -4840526 or 11674550. OLE color: 11674550.
HSL color Cylindrical-coordinate representation of color #B623B2: hue angle of 301.63º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B623B2 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 35 | 178 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.29 |
| HSL | 301.63º | 0.68% | 0.43% | - |
| HSV(B) | 301.63º | 0.81% | 0.71% | - |
| XYZ | 27.93 | 14.36 | 43.42 | - |
| YUV | 95.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 178 | 0 | 0.81 | 0.02 | 0.29 | 301.63 | 0.68 | 0.43 |
| Hex | B6 | 23 | B2 | 0 | 51 | 2 | 1D | 12E | 44 | 2B |
| Octal | 266 | 43 | 262 | 0 | 121 | 2 | 35 | 456 | 104 | 53 |
| Binary | 10110110 | 100011 | 10110010 | 0 | 1010001 | 10 | 11101 | 100101110 | 1000100 | 101011 |
Color Harmonies of #B623B2
Complementary color
Monochromatic Colors of #B623B2
Black with #B623B2
Text Example
Text Example
White with #B623B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623B2; }
p { color: rgb(182,35,178); }
H1.HeaderClassName
{
color: #B623B2;
}
.AnyTagClassName
{
color: #B623B2;
}
</style>
background-color css
<style>
a { background-color: #B623B2; }
a { background-color: rgb(182,35,178); }
div.DivClassName
{
background-color: #B623B2;
}
.BgClassName
{
background-color: #B623B2;
}
</style>
border-color css
<style>
span { border-color: #B623B2; }
span { border-color: rgb(182,35,178); }
td.TdClassName
{
border-color: #B623B2;
}
.TagClassName
{
border-color: #B623B2;
}
</style>