Shades of Medium Orchid #B83DFB
Tints of Medium Orchid #B83DFB
RGB
CMYK
RGB Variations
Color information
#B83DFB (or 0xB83DFB) is known color: Medium Orchid. HEX triplet: B8, 3D and FB. RGB value is (184,61,251). Sum of RGB (Red+Green+Blue) = 184+61+251=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #B83DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83DFB is #47C204. Grayscale: #767676. Windows color (decimal): -4702725 or 16465336. OLE color: 16465336.
HSL color Cylindrical-coordinate representation of color #B83DFB: hue angle of 278.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83DFB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 61 | 251 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.02 |
| HSL | 278.84º | 0.96% | 0.61% | - |
| HSV(B) | 278.84º | 0.76% | 0.98% | - |
| XYZ | 38.85 | 20.49 | 93.17 | - |
| YUV | 119.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 251 | 0.27 | 0.76 | 0 | 0.02 | 278.84 | 0.96 | 0.61 |
| Hex | B8 | 3D | FB | 1B | 4C | 0 | 2 | 117 | 60 | 3D |
| Octal | 270 | 75 | 373 | 33 | 114 | 0 | 2 | 427 | 140 | 75 |
| Binary | 10111000 | 111101 | 11111011 | 11011 | 1001100 | 0 | 10 | 100010111 | 1100000 | 111101 |
Color Harmonies of #B83DFB
Complementary color
Monochromatic Colors of #B83DFB
Black with #B83DFB
Text Example
Text Example
White with #B83DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DFB; }
p { color: rgb(184,61,251); }
H1.HeaderClassName
{
color: #B83DFB;
}
.AnyTagClassName
{
color: #B83DFB;
}
</style>
background-color css
<style>
a { background-color: #B83DFB; }
a { background-color: rgb(184,61,251); }
div.DivClassName
{
background-color: #B83DFB;
}
.BgClassName
{
background-color: #B83DFB;
}
</style>
border-color css
<style>
span { border-color: #B83DFB; }
span { border-color: rgb(184,61,251); }
td.TdClassName
{
border-color: #B83DFB;
}
.TagClassName
{
border-color: #B83DFB;
}
</style>