Shades of Medium Orchid #B83BF2
Tints of Medium Orchid #B83BF2
RGB
CMYK
RGB Variations
Color information
#B83BF2 (or 0xB83BF2) is known color: Medium Orchid. HEX triplet: B8, 3B and F2. RGB value is (184,59,242). Sum of RGB (Red+Green+Blue) = 184+59+242=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #B83BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83BF2 is #47C40D. Grayscale: #747474. Windows color (decimal): -4703246 or 15875000. OLE color: 15875000.
HSL color Cylindrical-coordinate representation of color #B83BF2: hue angle of 280.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83BF2 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 59 | 242 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.05 |
| HSL | 280.98º | 0.88% | 0.59% | - |
| HSV(B) | 280.98º | 0.76% | 0.95% | - |
| XYZ | 37.36 | 19.73 | 85.84 | - |
| YUV | 117.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 242 | 0.24 | 0.76 | 0 | 0.05 | 280.98 | 0.88 | 0.59 |
| Hex | B8 | 3B | F2 | 18 | 4C | 0 | 5 | 119 | 58 | 3B |
| Octal | 270 | 73 | 362 | 30 | 114 | 0 | 5 | 431 | 130 | 73 |
| Binary | 10111000 | 111011 | 11110010 | 11000 | 1001100 | 0 | 101 | 100011001 | 1011000 | 111011 |
Color Harmonies of #B83BF2
Complementary color
Monochromatic Colors of #B83BF2
Black with #B83BF2
Text Example
Text Example
White with #B83BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BF2; }
p { color: rgb(184,59,242); }
H1.HeaderClassName
{
color: #B83BF2;
}
.AnyTagClassName
{
color: #B83BF2;
}
</style>
background-color css
<style>
a { background-color: #B83BF2; }
a { background-color: rgb(184,59,242); }
div.DivClassName
{
background-color: #B83BF2;
}
.BgClassName
{
background-color: #B83BF2;
}
</style>
border-color css
<style>
span { border-color: #B83BF2; }
span { border-color: rgb(184,59,242); }
td.TdClassName
{
border-color: #B83BF2;
}
.TagClassName
{
border-color: #B83BF2;
}
</style>