Shades of Medium Orchid #B83CFB
Tints of Medium Orchid #B83CFB
RGB
CMYK
RGB Variations
Color information
#B83CFB (or 0xB83CFB) is known color: Medium Orchid. HEX triplet: B8, 3C and FB. RGB value is (184,60,251). Sum of RGB (Red+Green+Blue) = 184+60+251=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #B83CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CFB is #47C304. Grayscale: #767676. Windows color (decimal): -4702981 or 16465080. OLE color: 16465080.
HSL color Cylindrical-coordinate representation of color #B83CFB: hue angle of 278.95º 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 #B83CFB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 60 | 251 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.02 |
| HSL | 278.95º | 0.96% | 0.61% | - |
| HSV(B) | 278.95º | 0.76% | 0.98% | - |
| XYZ | 38.8 | 20.39 | 93.16 | - |
| YUV | 118.85 | 202.58 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 251 | 0.27 | 0.76 | 0 | 0.02 | 278.95 | 0.96 | 0.61 |
| Hex | B8 | 3C | FB | 1B | 4C | 0 | 2 | 117 | 60 | 3D |
| Octal | 270 | 74 | 373 | 33 | 114 | 0 | 2 | 427 | 140 | 75 |
| Binary | 10111000 | 111100 | 11111011 | 11011 | 1001100 | 0 | 10 | 100010111 | 1100000 | 111101 |
Color Harmonies of #B83CFB
Complementary color
Monochromatic Colors of #B83CFB
Black with #B83CFB
Text Example
Text Example
White with #B83CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CFB; }
p { color: rgb(184,60,251); }
H1.HeaderClassName
{
color: #B83CFB;
}
.AnyTagClassName
{
color: #B83CFB;
}
</style>
background-color css
<style>
a { background-color: #B83CFB; }
a { background-color: rgb(184,60,251); }
div.DivClassName
{
background-color: #B83CFB;
}
.BgClassName
{
background-color: #B83CFB;
}
</style>
border-color css
<style>
span { border-color: #B83CFB; }
span { border-color: rgb(184,60,251); }
td.TdClassName
{
border-color: #B83CFB;
}
.TagClassName
{
border-color: #B83CFB;
}
</style>