Shades of Medium Orchid #B83BCB
Tints of Medium Orchid #B83BCB
RGB
CMYK
RGB Variations
Color information
#B83BCB (or 0xB83BCB) is known color: Medium Orchid. HEX triplet: B8, 3B and CB. RGB value is (184,59,203). Sum of RGB (Red+Green+Blue) = 184+59+203=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B83BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BCB is #47C434. Grayscale: #707070. Windows color (decimal): -4703285 or 13319096. OLE color: 13319096.
HSL color Cylindrical-coordinate representation of color #B83BCB: hue angle of 292.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83BCB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 59 | 203 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.20 |
| HSL | 292.08º | 0.58% | 0.51% | - |
| HSV(B) | 292.08º | 0.71% | 0.8% | - |
| XYZ | 32.11 | 17.63 | 58.21 | - |
| YUV | 112.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 203 | 0.09 | 0.71 | 0 | 0.20 | 292.08 | 0.58 | 0.51 |
| Hex | B8 | 3B | CB | 9 | 47 | 0 | 14 | 124 | 3A | 33 |
| Octal | 270 | 73 | 313 | 11 | 107 | 0 | 24 | 444 | 72 | 63 |
| Binary | 10111000 | 111011 | 11001011 | 1001 | 1000111 | 0 | 10100 | 100100100 | 111010 | 110011 |
Color Harmonies of #B83BCB
Complementary color
Monochromatic Colors of #B83BCB
Black with #B83BCB
Text Example
Text Example
White with #B83BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BCB; }
p { color: rgb(184,59,203); }
H1.HeaderClassName
{
color: #B83BCB;
}
.AnyTagClassName
{
color: #B83BCB;
}
</style>
background-color css
<style>
a { background-color: #B83BCB; }
a { background-color: rgb(184,59,203); }
div.DivClassName
{
background-color: #B83BCB;
}
.BgClassName
{
background-color: #B83BCB;
}
</style>
border-color css
<style>
span { border-color: #B83BCB; }
span { border-color: rgb(184,59,203); }
td.TdClassName
{
border-color: #B83BCB;
}
.TagClassName
{
border-color: #B83BCB;
}
</style>