Shades of Medium Orchid #B83BDC
Tints of Medium Orchid #B83BDC
RGB
CMYK
RGB Variations
Color information
#B83BDC (or 0xB83BDC) is known color: Medium Orchid. HEX triplet: B8, 3B and DC. RGB value is (184,59,220). Sum of RGB (Red+Green+Blue) = 184+59+220=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #B83BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BDC is #47C423. Grayscale: #727272. Windows color (decimal): -4703268 or 14433208. OLE color: 14433208.
HSL color Cylindrical-coordinate representation of color #B83BDC: hue angle of 286.58º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83BDC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 59 | 220 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.14 |
| HSL | 286.58º | 0.7% | 0.55% | - |
| HSV(B) | 286.58º | 0.73% | 0.86% | - |
| XYZ | 34.25 | 18.49 | 69.47 | - |
| YUV | 114.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 220 | 0.16 | 0.73 | 0 | 0.14 | 286.58 | 0.7 | 0.55 |
| Hex | B8 | 3B | DC | 10 | 49 | 0 | E | 11F | 46 | 37 |
| Octal | 270 | 73 | 334 | 20 | 111 | 0 | 16 | 437 | 106 | 67 |
| Binary | 10111000 | 111011 | 11011100 | 10000 | 1001001 | 0 | 1110 | 100011111 | 1000110 | 110111 |
Color Harmonies of #B83BDC
Complementary color
Monochromatic Colors of #B83BDC
Black with #B83BDC
Text Example
Text Example
White with #B83BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BDC; }
p { color: rgb(184,59,220); }
H1.HeaderClassName
{
color: #B83BDC;
}
.AnyTagClassName
{
color: #B83BDC;
}
</style>
background-color css
<style>
a { background-color: #B83BDC; }
a { background-color: rgb(184,59,220); }
div.DivClassName
{
background-color: #B83BDC;
}
.BgClassName
{
background-color: #B83BDC;
}
</style>
border-color css
<style>
span { border-color: #B83BDC; }
span { border-color: rgb(184,59,220); }
td.TdClassName
{
border-color: #B83BDC;
}
.TagClassName
{
border-color: #B83BDC;
}
</style>