Shades of Medium Orchid #B83BCE
Tints of Medium Orchid #B83BCE
RGB
CMYK
RGB Variations
Color information
#B83BCE (or 0xB83BCE) is known color: Medium Orchid. HEX triplet: B8, 3B and CE. RGB value is (184,59,206). Sum of RGB (Red+Green+Blue) = 184+59+206=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B83BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BCE is #47C431. Grayscale: #707070. Windows color (decimal): -4703282 or 13515704. OLE color: 13515704.
HSL color Cylindrical-coordinate representation of color #B83BCE: hue angle of 291.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83BCE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 59 | 206 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.19 |
| HSL | 291.02º | 0.6% | 0.52% | - |
| HSV(B) | 291.02º | 0.71% | 0.81% | - |
| XYZ | 32.47 | 17.77 | 60.11 | - |
| YUV | 113.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 206 | 0.11 | 0.71 | 0 | 0.19 | 291.02 | 0.6 | 0.52 |
| Hex | B8 | 3B | CE | B | 47 | 0 | 13 | 123 | 3C | 34 |
| Octal | 270 | 73 | 316 | 13 | 107 | 0 | 23 | 443 | 74 | 64 |
| Binary | 10111000 | 111011 | 11001110 | 1011 | 1000111 | 0 | 10011 | 100100011 | 111100 | 110100 |
Color Harmonies of #B83BCE
Complementary color
Monochromatic Colors of #B83BCE
Black with #B83BCE
Text Example
Text Example
White with #B83BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BCE; }
p { color: rgb(184,59,206); }
H1.HeaderClassName
{
color: #B83BCE;
}
.AnyTagClassName
{
color: #B83BCE;
}
</style>
background-color css
<style>
a { background-color: #B83BCE; }
a { background-color: rgb(184,59,206); }
div.DivClassName
{
background-color: #B83BCE;
}
.BgClassName
{
background-color: #B83BCE;
}
</style>
border-color css
<style>
span { border-color: #B83BCE; }
span { border-color: rgb(184,59,206); }
td.TdClassName
{
border-color: #B83BCE;
}
.TagClassName
{
border-color: #B83BCE;
}
</style>