Shades of Medium Orchid #B83BED
Tints of Medium Orchid #B83BED
RGB
CMYK
RGB Variations
Color information
#B83BED (or 0xB83BED) is known color: Medium Orchid. HEX triplet: B8, 3B and ED. RGB value is (184,59,237). Sum of RGB (Red+Green+Blue) = 184+59+237=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #B83BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83BED is #47C412. Grayscale: #747474. Windows color (decimal): -4703251 or 15547320. OLE color: 15547320.
HSL color Cylindrical-coordinate representation of color #B83BED: hue angle of 282.13º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83BED is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 59 | 237 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.07 |
| HSL | 282.13º | 0.83% | 0.58% | - |
| HSV(B) | 282.13º | 0.75% | 0.93% | - |
| XYZ | 36.62 | 19.43 | 81.94 | - |
| YUV | 116.67 | 195.91 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 237 | 0.22 | 0.75 | 0 | 0.07 | 282.13 | 0.83 | 0.58 |
| Hex | B8 | 3B | ED | 16 | 4B | 0 | 7 | 11A | 53 | 3A |
| Octal | 270 | 73 | 355 | 26 | 113 | 0 | 7 | 432 | 123 | 72 |
| Binary | 10111000 | 111011 | 11101101 | 10110 | 1001011 | 0 | 111 | 100011010 | 1010011 | 111010 |
Color Harmonies of #B83BED
Complementary color
Monochromatic Colors of #B83BED
Black with #B83BED
Text Example
Text Example
White with #B83BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BED; }
p { color: rgb(184,59,237); }
H1.HeaderClassName
{
color: #B83BED;
}
.AnyTagClassName
{
color: #B83BED;
}
</style>
background-color css
<style>
a { background-color: #B83BED; }
a { background-color: rgb(184,59,237); }
div.DivClassName
{
background-color: #B83BED;
}
.BgClassName
{
background-color: #B83BED;
}
</style>
border-color css
<style>
span { border-color: #B83BED; }
span { border-color: rgb(184,59,237); }
td.TdClassName
{
border-color: #B83BED;
}
.TagClassName
{
border-color: #B83BED;
}
</style>