Shades of Medium Orchid #B83CEA
Tints of Medium Orchid #B83CEA
RGB
CMYK
RGB Variations
Color information
#B83CEA (or 0xB83CEA) is known color: Medium Orchid. HEX triplet: B8, 3C and EA. RGB value is (184,60,234). Sum of RGB (Red+Green+Blue) = 184+60+234=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #B83CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CEA is #47C315. Grayscale: #747474. Windows color (decimal): -4702998 or 15350968. OLE color: 15350968.
HSL color Cylindrical-coordinate representation of color #B83CEA: hue angle of 282.76º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83CEA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 60 | 234 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.08 |
| HSL | 282.76º | 0.81% | 0.58% | - |
| HSV(B) | 282.76º | 0.74% | 0.92% | - |
| XYZ | 36.23 | 19.36 | 79.67 | - |
| YUV | 116.91 | 194.08 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 234 | 0.21 | 0.74 | 0 | 0.08 | 282.76 | 0.81 | 0.58 |
| Hex | B8 | 3C | EA | 15 | 4A | 0 | 8 | 11B | 51 | 3A |
| Octal | 270 | 74 | 352 | 25 | 112 | 0 | 10 | 433 | 121 | 72 |
| Binary | 10111000 | 111100 | 11101010 | 10101 | 1001010 | 0 | 1000 | 100011011 | 1010001 | 111010 |
Color Harmonies of #B83CEA
Complementary color
Monochromatic Colors of #B83CEA
Black with #B83CEA
Text Example
Text Example
White with #B83CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CEA; }
p { color: rgb(184,60,234); }
H1.HeaderClassName
{
color: #B83CEA;
}
.AnyTagClassName
{
color: #B83CEA;
}
</style>
background-color css
<style>
a { background-color: #B83CEA; }
a { background-color: rgb(184,60,234); }
div.DivClassName
{
background-color: #B83CEA;
}
.BgClassName
{
background-color: #B83CEA;
}
</style>
border-color css
<style>
span { border-color: #B83CEA; }
span { border-color: rgb(184,60,234); }
td.TdClassName
{
border-color: #B83CEA;
}
.TagClassName
{
border-color: #B83CEA;
}
</style>