Shades of Medium Orchid #B83FFD
Tints of Medium Orchid #B83FFD
RGB
CMYK
RGB Variations
Color information
#B83FFD (or 0xB83FFD) is known color: Medium Orchid. HEX triplet: B8, 3F and FD. RGB value is (184,63,253). Sum of RGB (Red+Green+Blue) = 184+63+253=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B83FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83FFD is #47C002. Grayscale: #787878. Windows color (decimal): -4702211 or 16596920. OLE color: 16596920.
HSL color Cylindrical-coordinate representation of color #B83FFD: hue angle of 278.21º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83FFD is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 63 | 253 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.01 |
| HSL | 278.21º | 0.98% | 0.62% | - |
| HSV(B) | 278.21º | 0.75% | 0.99% | - |
| XYZ | 39.27 | 20.84 | 94.88 | - |
| YUV | 120.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 253 | 0.27 | 0.75 | 0 | 0.01 | 278.21 | 0.98 | 0.62 |
| Hex | B8 | 3F | FD | 1B | 4B | 0 | 1 | 116 | 62 | 3E |
| Octal | 270 | 77 | 375 | 33 | 113 | 0 | 1 | 426 | 142 | 76 |
| Binary | 10111000 | 111111 | 11111101 | 11011 | 1001011 | 0 | 1 | 100010110 | 1100010 | 111110 |
Color Harmonies of #B83FFD
Complementary color
Monochromatic Colors of #B83FFD
Black with #B83FFD
Text Example
Text Example
White with #B83FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FFD; }
p { color: rgb(184,63,253); }
H1.HeaderClassName
{
color: #B83FFD;
}
.AnyTagClassName
{
color: #B83FFD;
}
</style>
background-color css
<style>
a { background-color: #B83FFD; }
a { background-color: rgb(184,63,253); }
div.DivClassName
{
background-color: #B83FFD;
}
.BgClassName
{
background-color: #B83FFD;
}
</style>
border-color css
<style>
span { border-color: #B83FFD; }
span { border-color: rgb(184,63,253); }
td.TdClassName
{
border-color: #B83FFD;
}
.TagClassName
{
border-color: #B83FFD;
}
</style>