Shades of Medium Orchid #B83FFA
Tints of Medium Orchid #B83FFA
RGB
CMYK
RGB Variations
Color information
#B83FFA (or 0xB83FFA) is known color: Medium Orchid. HEX triplet: B8, 3F and FA. RGB value is (184,63,250). Sum of RGB (Red+Green+Blue) = 184+63+250=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #B83FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83FFA is #47C005. Grayscale: #777777. Windows color (decimal): -4702214 or 16400312. OLE color: 16400312.
HSL color Cylindrical-coordinate representation of color #B83FFA: hue angle of 278.82º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83FFA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 63 | 250 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.02 |
| HSL | 278.82º | 0.95% | 0.61% | - |
| HSV(B) | 278.82º | 0.75% | 0.98% | - |
| XYZ | 38.8 | 20.65 | 92.38 | - |
| YUV | 120.5 | 201.09 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 250 | 0.26 | 0.75 | 0 | 0.02 | 278.82 | 0.95 | 0.61 |
| Hex | B8 | 3F | FA | 1A | 4B | 0 | 2 | 117 | 5F | 3D |
| Octal | 270 | 77 | 372 | 32 | 113 | 0 | 2 | 427 | 137 | 75 |
| Binary | 10111000 | 111111 | 11111010 | 11010 | 1001011 | 0 | 10 | 100010111 | 1011111 | 111101 |
Color Harmonies of #B83FFA
Complementary color
Monochromatic Colors of #B83FFA
Black with #B83FFA
Text Example
Text Example
White with #B83FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FFA; }
p { color: rgb(184,63,250); }
H1.HeaderClassName
{
color: #B83FFA;
}
.AnyTagClassName
{
color: #B83FFA;
}
</style>
background-color css
<style>
a { background-color: #B83FFA; }
a { background-color: rgb(184,63,250); }
div.DivClassName
{
background-color: #B83FFA;
}
.BgClassName
{
background-color: #B83FFA;
}
</style>
border-color css
<style>
span { border-color: #B83FFA; }
span { border-color: rgb(184,63,250); }
td.TdClassName
{
border-color: #B83FFA;
}
.TagClassName
{
border-color: #B83FFA;
}
</style>