Shades of Medium Orchid #B832DB
Tints of Medium Orchid #B832DB
RGB
CMYK
RGB Variations
Color information
#B832DB (or 0xB832DB) is known color: Medium Orchid. HEX triplet: B8, 32 and DB. RGB value is (184,50,219). Sum of RGB (Red+Green+Blue) = 184+50+219=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B832DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B832DB is #47CD24. Grayscale: #6C6C6C. Windows color (decimal): -4705573 or 14365368. OLE color: 14365368.
HSL color Cylindrical-coordinate representation of color #B832DB: hue angle of 287.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B832DB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 50 | 219 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.14 |
| HSL | 287.57º | 0.7% | 0.53% | - |
| HSV(B) | 287.57º | 0.77% | 0.86% | - |
| XYZ | 33.69 | 17.59 | 68.64 | - |
| YUV | 109.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 219 | 0.16 | 0.77 | 0 | 0.14 | 287.57 | 0.7 | 0.53 |
| Hex | B8 | 32 | DB | 10 | 4D | 0 | E | 120 | 46 | 35 |
| Octal | 270 | 62 | 333 | 20 | 115 | 0 | 16 | 440 | 106 | 65 |
| Binary | 10111000 | 110010 | 11011011 | 10000 | 1001101 | 0 | 1110 | 100100000 | 1000110 | 110101 |
Color Harmonies of #B832DB
Complementary color
Monochromatic Colors of #B832DB
Black with #B832DB
Text Example
Text Example
White with #B832DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B832DB; }
p { color: rgb(184,50,219); }
H1.HeaderClassName
{
color: #B832DB;
}
.AnyTagClassName
{
color: #B832DB;
}
</style>
background-color css
<style>
a { background-color: #B832DB; }
a { background-color: rgb(184,50,219); }
div.DivClassName
{
background-color: #B832DB;
}
.BgClassName
{
background-color: #B832DB;
}
</style>
border-color css
<style>
span { border-color: #B832DB; }
span { border-color: rgb(184,50,219); }
td.TdClassName
{
border-color: #B832DB;
}
.TagClassName
{
border-color: #B832DB;
}
</style>