Shades of Medium Orchid #B83FCA
Tints of Medium Orchid #B83FCA
RGB
CMYK
RGB Variations
Color information
#B83FCA (or 0xB83FCA) is known color: Medium Orchid. HEX triplet: B8, 3F and CA. RGB value is (184,63,202). Sum of RGB (Red+Green+Blue) = 184+63+202=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #B83FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FCA is #47C035. Grayscale: #727272. Windows color (decimal): -4702262 or 13254584. OLE color: 13254584.
HSL color Cylindrical-coordinate representation of color #B83FCA: hue angle of 292.23º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83FCA is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 63 | 202 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.21 |
| HSL | 292.23º | 0.57% | 0.52% | - |
| HSV(B) | 292.23º | 0.69% | 0.79% | - |
| XYZ | 32.21 | 18.01 | 57.66 | - |
| YUV | 115.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 202 | 0.09 | 0.69 | 0 | 0.21 | 292.23 | 0.57 | 0.52 |
| Hex | B8 | 3F | CA | 9 | 45 | 0 | 15 | 124 | 39 | 34 |
| Octal | 270 | 77 | 312 | 11 | 105 | 0 | 25 | 444 | 71 | 64 |
| Binary | 10111000 | 111111 | 11001010 | 1001 | 1000101 | 0 | 10101 | 100100100 | 111001 | 110100 |
Color Harmonies of #B83FCA
Complementary color
Monochromatic Colors of #B83FCA
Black with #B83FCA
Text Example
Text Example
White with #B83FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FCA; }
p { color: rgb(184,63,202); }
H1.HeaderClassName
{
color: #B83FCA;
}
.AnyTagClassName
{
color: #B83FCA;
}
</style>
background-color css
<style>
a { background-color: #B83FCA; }
a { background-color: rgb(184,63,202); }
div.DivClassName
{
background-color: #B83FCA;
}
.BgClassName
{
background-color: #B83FCA;
}
</style>
border-color css
<style>
span { border-color: #B83FCA; }
span { border-color: rgb(184,63,202); }
td.TdClassName
{
border-color: #B83FCA;
}
.TagClassName
{
border-color: #B83FCA;
}
</style>