Shades of Medium Orchid #B83DFF
Tints of Medium Orchid #B83DFF
RGB
CMYK
RGB Variations
Color information
#B83DFF (or 0xB83DFF) is known color: Medium Orchid. HEX triplet: B8, 3D and FF. RGB value is (184,61,255). Sum of RGB (Red+Green+Blue) = 184+61+255=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B83DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83DFF is #47C200. Grayscale: #777777. Windows color (decimal): -4702721 or 16727480. OLE color: 16727480.
HSL color Cylindrical-coordinate representation of color #B83DFF: hue angle of 278.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83DFF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 61 | 255 | - |
| CMYK | 0.28 | 0.76 | 0 | 0 |
| HSL | 278.04º | 1% | 0.62% | - |
| HSV(B) | 278.04º | 0.76% | 1% | - |
| XYZ | 39.49 | 20.75 | 96.53 | - |
| YUV | 119.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 255 | 0.28 | 0.76 | 0 | 0 | 278.04 | 1 | 0.62 |
| Hex | B8 | 3D | FF | 1C | 4C | 0 | 0 | 116 | 64 | 3E |
| Octal | 270 | 75 | 377 | 34 | 114 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10111000 | 111101 | 11111111 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #B83DFF
Complementary color
Monochromatic Colors of #B83DFF
Black with #B83DFF
Text Example
Text Example
White with #B83DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DFF; }
p { color: rgb(184,61,255); }
H1.HeaderClassName
{
color: #B83DFF;
}
.AnyTagClassName
{
color: #B83DFF;
}
</style>
background-color css
<style>
a { background-color: #B83DFF; }
a { background-color: rgb(184,61,255); }
div.DivClassName
{
background-color: #B83DFF;
}
.BgClassName
{
background-color: #B83DFF;
}
</style>
border-color css
<style>
span { border-color: #B83DFF; }
span { border-color: rgb(184,61,255); }
td.TdClassName
{
border-color: #B83DFF;
}
.TagClassName
{
border-color: #B83DFF;
}
</style>