Shades of Medium Orchid #B83DCB
Tints of Medium Orchid #B83DCB
RGB
CMYK
RGB Variations
Color information
#B83DCB (or 0xB83DCB) is known color: Medium Orchid. HEX triplet: B8, 3D and CB. RGB value is (184,61,203). Sum of RGB (Red+Green+Blue) = 184+61+203=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B83DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DCB is #47C234. Grayscale: #717171. Windows color (decimal): -4702773 or 13319608. OLE color: 13319608.
HSL color Cylindrical-coordinate representation of color #B83DCB: hue angle of 291.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83DCB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 61 | 203 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.20 |
| HSL | 291.97º | 0.58% | 0.52% | - |
| HSV(B) | 291.97º | 0.7% | 0.8% | - |
| XYZ | 32.22 | 17.84 | 58.25 | - |
| YUV | 113.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 203 | 0.09 | 0.70 | 0 | 0.20 | 291.97 | 0.58 | 0.52 |
| Hex | B8 | 3D | CB | 9 | 46 | 0 | 14 | 124 | 3A | 34 |
| Octal | 270 | 75 | 313 | 11 | 106 | 0 | 24 | 444 | 72 | 64 |
| Binary | 10111000 | 111101 | 11001011 | 1001 | 1000110 | 0 | 10100 | 100100100 | 111010 | 110100 |
Color Harmonies of #B83DCB
Complementary color
Monochromatic Colors of #B83DCB
Black with #B83DCB
Text Example
Text Example
White with #B83DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DCB; }
p { color: rgb(184,61,203); }
H1.HeaderClassName
{
color: #B83DCB;
}
.AnyTagClassName
{
color: #B83DCB;
}
</style>
background-color css
<style>
a { background-color: #B83DCB; }
a { background-color: rgb(184,61,203); }
div.DivClassName
{
background-color: #B83DCB;
}
.BgClassName
{
background-color: #B83DCB;
}
</style>
border-color css
<style>
span { border-color: #B83DCB; }
span { border-color: rgb(184,61,203); }
td.TdClassName
{
border-color: #B83DCB;
}
.TagClassName
{
border-color: #B83DCB;
}
</style>