Shades of Deep Magenta #B623B7
Tints of Deep Magenta #B623B7
RGB
CMYK
RGB Variations
Color information
#B623B7 (or 0xB623B7) is known color: Deep Magenta. HEX triplet: B6, 23 and B7. RGB value is (182,35,183). Sum of RGB (Red+Green+Blue) = 182+35+183=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #B623B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623B7 is #49DC48. Grayscale: #5F5F5F. Windows color (decimal): -4840521 or 12002230. OLE color: 12002230.
HSL color Cylindrical-coordinate representation of color #B623B7: hue angle of 299.59º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B623B7 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 35 | 183 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.28 |
| HSL | 299.59º | 0.68% | 0.43% | - |
| HSV(B) | 299.59º | 0.81% | 0.72% | - |
| XYZ | 28.44 | 14.57 | 46.11 | - |
| YUV | 95.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 183 | 0.01 | 0.81 | 0 | 0.28 | 299.59 | 0.68 | 0.43 |
| Hex | B6 | 23 | B7 | 1 | 51 | 0 | 1C | 12C | 44 | 2B |
| Octal | 266 | 43 | 267 | 1 | 121 | 0 | 34 | 454 | 104 | 53 |
| Binary | 10110110 | 100011 | 10110111 | 1 | 1010001 | 0 | 11100 | 100101100 | 1000100 | 101011 |
Color Harmonies of #B623B7
Complementary color
Monochromatic Colors of #B623B7
Black with #B623B7
Text Example
Text Example
White with #B623B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623B7; }
p { color: rgb(182,35,183); }
H1.HeaderClassName
{
color: #B623B7;
}
.AnyTagClassName
{
color: #B623B7;
}
</style>
background-color css
<style>
a { background-color: #B623B7; }
a { background-color: rgb(182,35,183); }
div.DivClassName
{
background-color: #B623B7;
}
.BgClassName
{
background-color: #B623B7;
}
</style>
border-color css
<style>
span { border-color: #B623B7; }
span { border-color: rgb(182,35,183); }
td.TdClassName
{
border-color: #B623B7;
}
.TagClassName
{
border-color: #B623B7;
}
</style>