Shades of Medium Orchid #B83CFA
Tints of Medium Orchid #B83CFA
RGB
CMYK
RGB Variations
Color information
#B83CFA (or 0xB83CFA) is known color: Medium Orchid. HEX triplet: B8, 3C and FA. RGB value is (184,60,250). Sum of RGB (Red+Green+Blue) = 184+60+250=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #B83CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CFA is #47C305. Grayscale: #767676. Windows color (decimal): -4702982 or 16399544. OLE color: 16399544.
HSL color Cylindrical-coordinate representation of color #B83CFA: hue angle of 279.16º degrees, saturation: 0.95, 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 #B83CFA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 60 | 250 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.02 |
| HSL | 279.16º | 0.95% | 0.61% | - |
| HSV(B) | 279.16º | 0.76% | 0.98% | - |
| XYZ | 38.64 | 20.32 | 92.33 | - |
| YUV | 118.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 250 | 0.26 | 0.76 | 0 | 0.02 | 279.16 | 0.95 | 0.61 |
| Hex | B8 | 3C | FA | 1A | 4C | 0 | 2 | 117 | 5F | 3D |
| Octal | 270 | 74 | 372 | 32 | 114 | 0 | 2 | 427 | 137 | 75 |
| Binary | 10111000 | 111100 | 11111010 | 11010 | 1001100 | 0 | 10 | 100010111 | 1011111 | 111101 |
Color Harmonies of #B83CFA
Complementary color
Monochromatic Colors of #B83CFA
Black with #B83CFA
Text Example
Text Example
White with #B83CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CFA; }
p { color: rgb(184,60,250); }
H1.HeaderClassName
{
color: #B83CFA;
}
.AnyTagClassName
{
color: #B83CFA;
}
</style>
background-color css
<style>
a { background-color: #B83CFA; }
a { background-color: rgb(184,60,250); }
div.DivClassName
{
background-color: #B83CFA;
}
.BgClassName
{
background-color: #B83CFA;
}
</style>
border-color css
<style>
span { border-color: #B83CFA; }
span { border-color: rgb(184,60,250); }
td.TdClassName
{
border-color: #B83CFA;
}
.TagClassName
{
border-color: #B83CFA;
}
</style>