Shades of Deep Magenta #B605CB
Tints of Deep Magenta #B605CB
RGB
CMYK
RGB Variations
Color information
#B605CB (or 0xB605CB) is known color: Deep Magenta. HEX triplet: B6, 05 and CB. RGB value is (182,5,203). Sum of RGB (Red+Green+Blue) = 182+5+203=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #B605CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B605CB is #49FA34. Grayscale: #4F4F4F. Windows color (decimal): -4848181 or 13305270. OLE color: 13305270.
HSL color Cylindrical-coordinate representation of color #B605CB: hue angle of 293.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B605CB is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 5 | 203 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.20 |
| HSL | 293.64º | 0.95% | 0.41% | - |
| HSV(B) | 293.64º | 0.98% | 0.8% | - |
| XYZ | 30.13 | 14.37 | 57.68 | - |
| YUV | 80.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 5 | 203 | 0.10 | 0.98 | 0 | 0.20 | 293.64 | 0.95 | 0.41 |
| Hex | B6 | 5 | CB | A | 62 | 0 | 14 | 126 | 5F | 29 |
| Octal | 266 | 5 | 313 | 12 | 142 | 0 | 24 | 446 | 137 | 51 |
| Binary | 10110110 | 101 | 11001011 | 1010 | 1100010 | 0 | 10100 | 100100110 | 1011111 | 101001 |
Color Harmonies of #B605CB
Complementary color
Monochromatic Colors of #B605CB
Black with #B605CB
Text Example
Text Example
White with #B605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B605CB; }
p { color: rgb(182,5,203); }
H1.HeaderClassName
{
color: #B605CB;
}
.AnyTagClassName
{
color: #B605CB;
}
</style>
background-color css
<style>
a { background-color: #B605CB; }
a { background-color: rgb(182,5,203); }
div.DivClassName
{
background-color: #B605CB;
}
.BgClassName
{
background-color: #B605CB;
}
</style>
border-color css
<style>
span { border-color: #B605CB; }
span { border-color: rgb(182,5,203); }
td.TdClassName
{
border-color: #B605CB;
}
.TagClassName
{
border-color: #B605CB;
}
</style>