Shades of Medium Orchid #B83CFD
Tints of Medium Orchid #B83CFD
RGB
CMYK
RGB Variations
Color information
#B83CFD (or 0xB83CFD) is known color: Medium Orchid. HEX triplet: B8, 3C and FD. RGB value is (184,60,253). Sum of RGB (Red+Green+Blue) = 184+60+253=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B83CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CFD is #47C302. Grayscale: #767676. Windows color (decimal): -4702979 or 16596152. OLE color: 16596152.
HSL color Cylindrical-coordinate representation of color #B83CFD: hue angle of 278.55º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83CFD is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 60 | 253 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.01 |
| HSL | 278.55º | 0.98% | 0.61% | - |
| HSV(B) | 278.55º | 0.76% | 0.99% | - |
| XYZ | 39.11 | 20.51 | 94.83 | - |
| YUV | 119.08 | 203.58 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 253 | 0.27 | 0.76 | 0 | 0.01 | 278.55 | 0.98 | 0.61 |
| Hex | B8 | 3C | FD | 1B | 4C | 0 | 1 | 117 | 62 | 3D |
| Octal | 270 | 74 | 375 | 33 | 114 | 0 | 1 | 427 | 142 | 75 |
| Binary | 10111000 | 111100 | 11111101 | 11011 | 1001100 | 0 | 1 | 100010111 | 1100010 | 111101 |
Color Harmonies of #B83CFD
Complementary color
Monochromatic Colors of #B83CFD
Black with #B83CFD
Text Example
Text Example
White with #B83CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CFD; }
p { color: rgb(184,60,253); }
H1.HeaderClassName
{
color: #B83CFD;
}
.AnyTagClassName
{
color: #B83CFD;
}
</style>
background-color css
<style>
a { background-color: #B83CFD; }
a { background-color: rgb(184,60,253); }
div.DivClassName
{
background-color: #B83CFD;
}
.BgClassName
{
background-color: #B83CFD;
}
</style>
border-color css
<style>
span { border-color: #B83CFD; }
span { border-color: rgb(184,60,253); }
td.TdClassName
{
border-color: #B83CFD;
}
.TagClassName
{
border-color: #B83CFD;
}
</style>