Shades of Medium Orchid #B83FE7
Tints of Medium Orchid #B83FE7
RGB
CMYK
RGB Variations
Color information
#B83FE7 (or 0xB83FE7) is known color: Medium Orchid. HEX triplet: B8, 3F and E7. RGB value is (184,63,231). Sum of RGB (Red+Green+Blue) = 184+63+231=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #B83FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83FE7 is #47C018. Grayscale: #757575. Windows color (decimal): -4702233 or 15155128. OLE color: 15155128.
HSL color Cylindrical-coordinate representation of color #B83FE7: hue angle of 283.21º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83FE7 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 63 | 231 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.09 |
| HSL | 283.21º | 0.78% | 0.58% | - |
| HSV(B) | 283.21º | 0.73% | 0.91% | - |
| XYZ | 35.97 | 19.51 | 77.47 | - |
| YUV | 118.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 231 | 0.20 | 0.73 | 0 | 0.09 | 283.21 | 0.78 | 0.58 |
| Hex | B8 | 3F | E7 | 14 | 49 | 0 | 9 | 11B | 4E | 3A |
| Octal | 270 | 77 | 347 | 24 | 111 | 0 | 11 | 433 | 116 | 72 |
| Binary | 10111000 | 111111 | 11100111 | 10100 | 1001001 | 0 | 1001 | 100011011 | 1001110 | 111010 |
Color Harmonies of #B83FE7
Complementary color
Monochromatic Colors of #B83FE7
Black with #B83FE7
Text Example
Text Example
White with #B83FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FE7; }
p { color: rgb(184,63,231); }
H1.HeaderClassName
{
color: #B83FE7;
}
.AnyTagClassName
{
color: #B83FE7;
}
</style>
background-color css
<style>
a { background-color: #B83FE7; }
a { background-color: rgb(184,63,231); }
div.DivClassName
{
background-color: #B83FE7;
}
.BgClassName
{
background-color: #B83FE7;
}
</style>
border-color css
<style>
span { border-color: #B83FE7; }
span { border-color: rgb(184,63,231); }
td.TdClassName
{
border-color: #B83FE7;
}
.TagClassName
{
border-color: #B83FE7;
}
</style>