Shades of Medium Orchid #B83AFF
Tints of Medium Orchid #B83AFF
RGB
CMYK
RGB Variations
Color information
#B83AFF (or 0xB83AFF) is known color: Medium Orchid. HEX triplet: B8, 3A and FF. RGB value is (184,58,255). Sum of RGB (Red+Green+Blue) = 184+58+255=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B83AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83AFF is #47C500. Grayscale: #757575. Windows color (decimal): -4703489 or 16726712. OLE color: 16726712.
HSL color Cylindrical-coordinate representation of color #B83AFF: hue angle of 278.38º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B83AFF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 58 | 255 | - |
| CMYK | 0.28 | 0.77 | 0 | 0 |
| HSL | 278.38º | 1% | 0.61% | - |
| HSV(B) | 278.38º | 0.77% | 1% | - |
| XYZ | 39.33 | 20.44 | 96.48 | - |
| YUV | 118.13 | 205.24 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 255 | 0.28 | 0.77 | 0 | 0 | 278.38 | 1 | 0.61 |
| Hex | B8 | 3A | FF | 1C | 4D | 0 | 0 | 116 | 64 | 3D |
| Octal | 270 | 72 | 377 | 34 | 115 | 0 | 0 | 426 | 144 | 75 |
| Binary | 10111000 | 111010 | 11111111 | 11100 | 1001101 | 0 | 0 | 100010110 | 1100100 | 111101 |
Color Harmonies of #B83AFF
Complementary color
Monochromatic Colors of #B83AFF
Black with #B83AFF
Text Example
Text Example
White with #B83AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83AFF; }
p { color: rgb(184,58,255); }
H1.HeaderClassName
{
color: #B83AFF;
}
.AnyTagClassName
{
color: #B83AFF;
}
</style>
background-color css
<style>
a { background-color: #B83AFF; }
a { background-color: rgb(184,58,255); }
div.DivClassName
{
background-color: #B83AFF;
}
.BgClassName
{
background-color: #B83AFF;
}
</style>
border-color css
<style>
span { border-color: #B83AFF; }
span { border-color: rgb(184,58,255); }
td.TdClassName
{
border-color: #B83AFF;
}
.TagClassName
{
border-color: #B83AFF;
}
</style>