Shades of Medium Orchid #B83CFC
Tints of Medium Orchid #B83CFC
RGB
CMYK
RGB Variations
Color information
#B83CFC (or 0xB83CFC) is known color: Medium Orchid. HEX triplet: B8, 3C and FC. RGB value is (184,60,252). Sum of RGB (Red+Green+Blue) = 184+60+252=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B83CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CFC is #47C303. Grayscale: #767676. Windows color (decimal): -4702980 or 16530616. OLE color: 16530616.
HSL color Cylindrical-coordinate representation of color #B83CFC: hue angle of 278.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83CFC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 60 | 252 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.01 |
| HSL | 278.75º | 0.97% | 0.61% | - |
| HSV(B) | 278.75º | 0.76% | 0.99% | - |
| XYZ | 38.95 | 20.45 | 93.99 | - |
| YUV | 118.96 | 203.08 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 252 | 0.27 | 0.76 | 0 | 0.01 | 278.75 | 0.97 | 0.61 |
| Hex | B8 | 3C | FC | 1B | 4C | 0 | 1 | 117 | 61 | 3D |
| Octal | 270 | 74 | 374 | 33 | 114 | 0 | 1 | 427 | 141 | 75 |
| Binary | 10111000 | 111100 | 11111100 | 11011 | 1001100 | 0 | 1 | 100010111 | 1100001 | 111101 |
Color Harmonies of #B83CFC
Complementary color
Monochromatic Colors of #B83CFC
Black with #B83CFC
Text Example
Text Example
White with #B83CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CFC; }
p { color: rgb(184,60,252); }
H1.HeaderClassName
{
color: #B83CFC;
}
.AnyTagClassName
{
color: #B83CFC;
}
</style>
background-color css
<style>
a { background-color: #B83CFC; }
a { background-color: rgb(184,60,252); }
div.DivClassName
{
background-color: #B83CFC;
}
.BgClassName
{
background-color: #B83CFC;
}
</style>
border-color css
<style>
span { border-color: #B83CFC; }
span { border-color: rgb(184,60,252); }
td.TdClassName
{
border-color: #B83CFC;
}
.TagClassName
{
border-color: #B83CFC;
}
</style>