Shades of Medium Orchid #B83FDC
Tints of Medium Orchid #B83FDC
RGB
CMYK
RGB Variations
Color information
#B83FDC (or 0xB83FDC) is known color: Medium Orchid. HEX triplet: B8, 3F and DC. RGB value is (184,63,220). Sum of RGB (Red+Green+Blue) = 184+63+220=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #B83FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FDC is #47C023. Grayscale: #747474. Windows color (decimal): -4702244 or 14434232. OLE color: 14434232.
HSL color Cylindrical-coordinate representation of color #B83FDC: hue angle of 286.24º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83FDC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 63 | 220 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.14 |
| HSL | 286.24º | 0.69% | 0.55% | - |
| HSV(B) | 286.24º | 0.71% | 0.86% | - |
| XYZ | 34.46 | 18.91 | 69.54 | - |
| YUV | 117.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 220 | 0.16 | 0.71 | 0 | 0.14 | 286.24 | 0.69 | 0.55 |
| Hex | B8 | 3F | DC | 10 | 47 | 0 | E | 11E | 45 | 37 |
| Octal | 270 | 77 | 334 | 20 | 107 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10111000 | 111111 | 11011100 | 10000 | 1000111 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B83FDC
Complementary color
Monochromatic Colors of #B83FDC
Black with #B83FDC
Text Example
Text Example
White with #B83FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FDC; }
p { color: rgb(184,63,220); }
H1.HeaderClassName
{
color: #B83FDC;
}
.AnyTagClassName
{
color: #B83FDC;
}
</style>
background-color css
<style>
a { background-color: #B83FDC; }
a { background-color: rgb(184,63,220); }
div.DivClassName
{
background-color: #B83FDC;
}
.BgClassName
{
background-color: #B83FDC;
}
</style>
border-color css
<style>
span { border-color: #B83FDC; }
span { border-color: rgb(184,63,220); }
td.TdClassName
{
border-color: #B83FDC;
}
.TagClassName
{
border-color: #B83FDC;
}
</style>