Shades of Deep Magenta #B607B8
Tints of Deep Magenta #B607B8
RGB
CMYK
RGB Variations
Color information
#B607B8 (or 0xB607B8) is known color: Deep Magenta. HEX triplet: B6, 07 and B8. RGB value is (182,7,184). Sum of RGB (Red+Green+Blue) = 182+7+184=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #B607B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607B8 is #49F847. Grayscale: #4E4E4E. Windows color (decimal): -4847688 or 12060598. OLE color: 12060598.
HSL color Cylindrical-coordinate representation of color #B607B8: hue angle of 299.32º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B607B8 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 7 | 184 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.28 |
| HSL | 299.32º | 0.93% | 0.37% | - |
| HSV(B) | 299.32º | 0.96% | 0.72% | - |
| XYZ | 28.02 | 13.56 | 46.49 | - |
| YUV | 79.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 184 | 0.01 | 0.96 | 0 | 0.28 | 299.32 | 0.93 | 0.37 |
| Hex | B6 | 7 | B8 | 1 | 60 | 0 | 1C | 12B | 5D | 25 |
| Octal | 266 | 7 | 270 | 1 | 140 | 0 | 34 | 453 | 135 | 45 |
| Binary | 10110110 | 111 | 10111000 | 1 | 1100000 | 0 | 11100 | 100101011 | 1011101 | 100101 |
Color Harmonies of #B607B8
Complementary color
Monochromatic Colors of #B607B8
Black with #B607B8
Text Example
Text Example
White with #B607B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607B8; }
p { color: rgb(182,7,184); }
H1.HeaderClassName
{
color: #B607B8;
}
.AnyTagClassName
{
color: #B607B8;
}
</style>
background-color css
<style>
a { background-color: #B607B8; }
a { background-color: rgb(182,7,184); }
div.DivClassName
{
background-color: #B607B8;
}
.BgClassName
{
background-color: #B607B8;
}
</style>
border-color css
<style>
span { border-color: #B607B8; }
span { border-color: rgb(182,7,184); }
td.TdClassName
{
border-color: #B607B8;
}
.TagClassName
{
border-color: #B607B8;
}
</style>