Shades of Medium Orchid #B83DF4
Tints of Medium Orchid #B83DF4
RGB
CMYK
RGB Variations
Color information
#B83DF4 (or 0xB83DF4) is known color: Medium Orchid. HEX triplet: B8, 3D and F4. RGB value is (184,61,244). Sum of RGB (Red+Green+Blue) = 184+61+244=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #B83DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83DF4 is #47C20B. Grayscale: #767676. Windows color (decimal): -4702732 or 16006584. OLE color: 16006584.
HSL color Cylindrical-coordinate representation of color #B83DF4: hue angle of 280.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83DF4 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 61 | 244 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.04 |
| HSL | 280.33º | 0.89% | 0.6% | - |
| HSV(B) | 280.33º | 0.75% | 0.96% | - |
| XYZ | 37.77 | 20.06 | 87.47 | - |
| YUV | 118.64 | 198.75 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 244 | 0.25 | 0.75 | 0 | 0.04 | 280.33 | 0.89 | 0.6 |
| Hex | B8 | 3D | F4 | 19 | 4B | 0 | 4 | 118 | 59 | 3C |
| Octal | 270 | 75 | 364 | 31 | 113 | 0 | 4 | 430 | 131 | 74 |
| Binary | 10111000 | 111101 | 11110100 | 11001 | 1001011 | 0 | 100 | 100011000 | 1011001 | 111100 |
Color Harmonies of #B83DF4
Complementary color
Monochromatic Colors of #B83DF4
Black with #B83DF4
Text Example
Text Example
White with #B83DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DF4; }
p { color: rgb(184,61,244); }
H1.HeaderClassName
{
color: #B83DF4;
}
.AnyTagClassName
{
color: #B83DF4;
}
</style>
background-color css
<style>
a { background-color: #B83DF4; }
a { background-color: rgb(184,61,244); }
div.DivClassName
{
background-color: #B83DF4;
}
.BgClassName
{
background-color: #B83DF4;
}
</style>
border-color css
<style>
span { border-color: #B83DF4; }
span { border-color: rgb(184,61,244); }
td.TdClassName
{
border-color: #B83DF4;
}
.TagClassName
{
border-color: #B83DF4;
}
</style>