Shades of Medium Orchid #B830F1
Tints of Medium Orchid #B830F1
RGB
CMYK
RGB Variations
Color information
#B830F1 (or 0xB830F1) is known color: Medium Orchid. HEX triplet: B8, 30 and F1. RGB value is (184,48,241). Sum of RGB (Red+Green+Blue) = 184+48+241=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #B830F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830F1 is #47CF0E. Grayscale: #6E6E6E. Windows color (decimal): -4706063 or 15806648. OLE color: 15806648.
HSL color Cylindrical-coordinate representation of color #B830F1: hue angle of 282.28º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B830F1 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 48 | 241 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.05 |
| HSL | 282.28º | 0.87% | 0.57% | - |
| HSV(B) | 282.28º | 0.8% | 0.95% | - |
| XYZ | 36.7 | 18.66 | 84.89 | - |
| YUV | 110.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 241 | 0.24 | 0.80 | 0 | 0.05 | 282.28 | 0.87 | 0.57 |
| Hex | B8 | 30 | F1 | 18 | 50 | 0 | 5 | 11A | 57 | 39 |
| Octal | 270 | 60 | 361 | 30 | 120 | 0 | 5 | 432 | 127 | 71 |
| Binary | 10111000 | 110000 | 11110001 | 11000 | 1010000 | 0 | 101 | 100011010 | 1010111 | 111001 |
Color Harmonies of #B830F1
Complementary color
Monochromatic Colors of #B830F1
Black with #B830F1
Text Example
Text Example
White with #B830F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830F1; }
p { color: rgb(184,48,241); }
H1.HeaderClassName
{
color: #B830F1;
}
.AnyTagClassName
{
color: #B830F1;
}
</style>
background-color css
<style>
a { background-color: #B830F1; }
a { background-color: rgb(184,48,241); }
div.DivClassName
{
background-color: #B830F1;
}
.BgClassName
{
background-color: #B830F1;
}
</style>
border-color css
<style>
span { border-color: #B830F1; }
span { border-color: rgb(184,48,241); }
td.TdClassName
{
border-color: #B830F1;
}
.TagClassName
{
border-color: #B830F1;
}
</style>