Shades of Medium Orchid #B83FF6
Tints of Medium Orchid #B83FF6
RGB
CMYK
RGB Variations
Color information
#B83FF6 (or 0xB83FF6) is known color: Medium Orchid. HEX triplet: B8, 3F and F6. RGB value is (184,63,246). Sum of RGB (Red+Green+Blue) = 184+63+246=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #B83FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83FF6 is #47C009. Grayscale: #777777. Windows color (decimal): -4702218 or 16138168. OLE color: 16138168.
HSL color Cylindrical-coordinate representation of color #B83FF6: hue angle of 279.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83FF6 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 63 | 246 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.04 |
| HSL | 279.67º | 0.91% | 0.61% | - |
| HSV(B) | 279.67º | 0.74% | 0.96% | - |
| XYZ | 38.18 | 20.4 | 89.11 | - |
| YUV | 120.04 | 199.09 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 246 | 0.25 | 0.74 | 0 | 0.04 | 279.67 | 0.91 | 0.61 |
| Hex | B8 | 3F | F6 | 19 | 4A | 0 | 4 | 118 | 5B | 3D |
| Octal | 270 | 77 | 366 | 31 | 112 | 0 | 4 | 430 | 133 | 75 |
| Binary | 10111000 | 111111 | 11110110 | 11001 | 1001010 | 0 | 100 | 100011000 | 1011011 | 111101 |
Color Harmonies of #B83FF6
Complementary color
Monochromatic Colors of #B83FF6
Black with #B83FF6
Text Example
Text Example
White with #B83FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FF6; }
p { color: rgb(184,63,246); }
H1.HeaderClassName
{
color: #B83FF6;
}
.AnyTagClassName
{
color: #B83FF6;
}
</style>
background-color css
<style>
a { background-color: #B83FF6; }
a { background-color: rgb(184,63,246); }
div.DivClassName
{
background-color: #B83FF6;
}
.BgClassName
{
background-color: #B83FF6;
}
</style>
border-color css
<style>
span { border-color: #B83FF6; }
span { border-color: rgb(184,63,246); }
td.TdClassName
{
border-color: #B83FF6;
}
.TagClassName
{
border-color: #B83FF6;
}
</style>