Shades of Medium Orchid #B83DF2
Tints of Medium Orchid #B83DF2
RGB
CMYK
RGB Variations
Color information
#B83DF2 (or 0xB83DF2) is known color: Medium Orchid. HEX triplet: B8, 3D and F2. RGB value is (184,61,242). Sum of RGB (Red+Green+Blue) = 184+61+242=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #B83DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83DF2 is #47C20D. Grayscale: #757575. Windows color (decimal): -4702734 or 15875512. OLE color: 15875512.
HSL color Cylindrical-coordinate representation of color #B83DF2: hue angle of 280.77º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83DF2 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 61 | 242 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.05 |
| HSL | 280.77º | 0.87% | 0.59% | - |
| HSV(B) | 280.77º | 0.75% | 0.95% | - |
| XYZ | 37.46 | 19.94 | 85.88 | - |
| YUV | 118.41 | 197.75 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 242 | 0.24 | 0.75 | 0 | 0.05 | 280.77 | 0.87 | 0.59 |
| Hex | B8 | 3D | F2 | 18 | 4B | 0 | 5 | 119 | 57 | 3B |
| Octal | 270 | 75 | 362 | 30 | 113 | 0 | 5 | 431 | 127 | 73 |
| Binary | 10111000 | 111101 | 11110010 | 11000 | 1001011 | 0 | 101 | 100011001 | 1010111 | 111011 |
Color Harmonies of #B83DF2
Complementary color
Monochromatic Colors of #B83DF2
Black with #B83DF2
Text Example
Text Example
White with #B83DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DF2; }
p { color: rgb(184,61,242); }
H1.HeaderClassName
{
color: #B83DF2;
}
.AnyTagClassName
{
color: #B83DF2;
}
</style>
background-color css
<style>
a { background-color: #B83DF2; }
a { background-color: rgb(184,61,242); }
div.DivClassName
{
background-color: #B83DF2;
}
.BgClassName
{
background-color: #B83DF2;
}
</style>
border-color css
<style>
span { border-color: #B83DF2; }
span { border-color: rgb(184,61,242); }
td.TdClassName
{
border-color: #B83DF2;
}
.TagClassName
{
border-color: #B83DF2;
}
</style>