Shades of Medium Orchid #B83FDF
Tints of Medium Orchid #B83FDF
RGB
CMYK
RGB Variations
Color information
#B83FDF (or 0xB83FDF) is known color: Medium Orchid. HEX triplet: B8, 3F and DF. RGB value is (184,63,223). Sum of RGB (Red+Green+Blue) = 184+63+223=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #B83FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FDF is #47C020. Grayscale: #747474. Windows color (decimal): -4702241 or 14630840. OLE color: 14630840.
HSL color Cylindrical-coordinate representation of color #B83FDF: hue angle of 285.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83FDF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 63 | 223 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.13 |
| HSL | 285.38º | 0.71% | 0.56% | - |
| HSV(B) | 285.38º | 0.72% | 0.87% | - |
| XYZ | 34.86 | 19.07 | 71.66 | - |
| YUV | 117.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 223 | 0.17 | 0.72 | 0 | 0.13 | 285.38 | 0.71 | 0.56 |
| Hex | B8 | 3F | DF | 11 | 48 | 0 | D | 11D | 47 | 38 |
| Octal | 270 | 77 | 337 | 21 | 110 | 0 | 15 | 435 | 107 | 70 |
| Binary | 10111000 | 111111 | 11011111 | 10001 | 1001000 | 0 | 1101 | 100011101 | 1000111 | 111000 |
Color Harmonies of #B83FDF
Complementary color
Monochromatic Colors of #B83FDF
Black with #B83FDF
Text Example
Text Example
White with #B83FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FDF; }
p { color: rgb(184,63,223); }
H1.HeaderClassName
{
color: #B83FDF;
}
.AnyTagClassName
{
color: #B83FDF;
}
</style>
background-color css
<style>
a { background-color: #B83FDF; }
a { background-color: rgb(184,63,223); }
div.DivClassName
{
background-color: #B83FDF;
}
.BgClassName
{
background-color: #B83FDF;
}
</style>
border-color css
<style>
span { border-color: #B83FDF; }
span { border-color: rgb(184,63,223); }
td.TdClassName
{
border-color: #B83FDF;
}
.TagClassName
{
border-color: #B83FDF;
}
</style>