Shades of Medium Orchid #B83BCD
Tints of Medium Orchid #B83BCD
RGB
CMYK
RGB Variations
Color information
#B83BCD (or 0xB83BCD) is known color: Medium Orchid. HEX triplet: B8, 3B and CD. RGB value is (184,59,205). Sum of RGB (Red+Green+Blue) = 184+59+205=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #B83BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BCD is #47C432. Grayscale: #707070. Windows color (decimal): -4703283 or 13450168. OLE color: 13450168.
HSL color Cylindrical-coordinate representation of color #B83BCD: hue angle of 291.37º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83BCD is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 59 | 205 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.20 |
| HSL | 291.37º | 0.59% | 0.52% | - |
| HSV(B) | 291.37º | 0.71% | 0.8% | - |
| XYZ | 32.35 | 17.73 | 59.47 | - |
| YUV | 113.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 205 | 0.10 | 0.71 | 0 | 0.20 | 291.37 | 0.59 | 0.52 |
| Hex | B8 | 3B | CD | A | 47 | 0 | 14 | 123 | 3B | 34 |
| Octal | 270 | 73 | 315 | 12 | 107 | 0 | 24 | 443 | 73 | 64 |
| Binary | 10111000 | 111011 | 11001101 | 1010 | 1000111 | 0 | 10100 | 100100011 | 111011 | 110100 |
Color Harmonies of #B83BCD
Complementary color
Monochromatic Colors of #B83BCD
Black with #B83BCD
Text Example
Text Example
White with #B83BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BCD; }
p { color: rgb(184,59,205); }
H1.HeaderClassName
{
color: #B83BCD;
}
.AnyTagClassName
{
color: #B83BCD;
}
</style>
background-color css
<style>
a { background-color: #B83BCD; }
a { background-color: rgb(184,59,205); }
div.DivClassName
{
background-color: #B83BCD;
}
.BgClassName
{
background-color: #B83BCD;
}
</style>
border-color css
<style>
span { border-color: #B83BCD; }
span { border-color: rgb(184,59,205); }
td.TdClassName
{
border-color: #B83BCD;
}
.TagClassName
{
border-color: #B83BCD;
}
</style>