Shades of Deep Magenta #B825BC
Tints of Deep Magenta #B825BC
RGB
CMYK
RGB Variations
Color information
#B825BC (or 0xB825BC) is known color: Deep Magenta. HEX triplet: B8, 25 and BC. RGB value is (184,37,188). Sum of RGB (Red+Green+Blue) = 184+37+188=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #B825BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825BC is #47DA43. Grayscale: #616161. Windows color (decimal): -4708932 or 12330424. OLE color: 12330424.
HSL color Cylindrical-coordinate representation of color #B825BC: hue angle of 298.41º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B825BC is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 37 | 188 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.26 |
| HSL | 298.41º | 0.67% | 0.44% | - |
| HSV(B) | 298.41º | 0.8% | 0.74% | - |
| XYZ | 29.51 | 15.14 | 48.94 | - |
| YUV | 98.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 188 | 0.02 | 0.80 | 0 | 0.26 | 298.41 | 0.67 | 0.44 |
| Hex | B8 | 25 | BC | 2 | 50 | 0 | 1A | 12A | 43 | 2C |
| Octal | 270 | 45 | 274 | 2 | 120 | 0 | 32 | 452 | 103 | 54 |
| Binary | 10111000 | 100101 | 10111100 | 10 | 1010000 | 0 | 11010 | 100101010 | 1000011 | 101100 |
Color Harmonies of #B825BC
Complementary color
Monochromatic Colors of #B825BC
Black with #B825BC
Text Example
Text Example
White with #B825BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825BC; }
p { color: rgb(184,37,188); }
H1.HeaderClassName
{
color: #B825BC;
}
.AnyTagClassName
{
color: #B825BC;
}
</style>
background-color css
<style>
a { background-color: #B825BC; }
a { background-color: rgb(184,37,188); }
div.DivClassName
{
background-color: #B825BC;
}
.BgClassName
{
background-color: #B825BC;
}
</style>
border-color css
<style>
span { border-color: #B825BC; }
span { border-color: rgb(184,37,188); }
td.TdClassName
{
border-color: #B825BC;
}
.TagClassName
{
border-color: #B825BC;
}
</style>