Shades of Medium Orchid #B83DFC
Tints of Medium Orchid #B83DFC
RGB
CMYK
RGB Variations
Color information
#B83DFC (or 0xB83DFC) is known color: Medium Orchid. HEX triplet: B8, 3D and FC. RGB value is (184,61,252). Sum of RGB (Red+Green+Blue) = 184+61+252=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #B83DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83DFC is #47C203. Grayscale: #767676. Windows color (decimal): -4702724 or 16530872. OLE color: 16530872.
HSL color Cylindrical-coordinate representation of color #B83DFC: hue angle of 278.64º 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 #B83DFC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 61 | 252 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.01 |
| HSL | 278.64º | 0.97% | 0.61% | - |
| HSV(B) | 278.64º | 0.76% | 0.99% | - |
| XYZ | 39.01 | 20.56 | 94.01 | - |
| YUV | 119.55 | 202.75 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 252 | 0.27 | 0.76 | 0 | 0.01 | 278.64 | 0.97 | 0.61 |
| Hex | B8 | 3D | FC | 1B | 4C | 0 | 1 | 117 | 61 | 3D |
| Octal | 270 | 75 | 374 | 33 | 114 | 0 | 1 | 427 | 141 | 75 |
| Binary | 10111000 | 111101 | 11111100 | 11011 | 1001100 | 0 | 1 | 100010111 | 1100001 | 111101 |
Color Harmonies of #B83DFC
Complementary color
Monochromatic Colors of #B83DFC
Black with #B83DFC
Text Example
Text Example
White with #B83DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DFC; }
p { color: rgb(184,61,252); }
H1.HeaderClassName
{
color: #B83DFC;
}
.AnyTagClassName
{
color: #B83DFC;
}
</style>
background-color css
<style>
a { background-color: #B83DFC; }
a { background-color: rgb(184,61,252); }
div.DivClassName
{
background-color: #B83DFC;
}
.BgClassName
{
background-color: #B83DFC;
}
</style>
border-color css
<style>
span { border-color: #B83DFC; }
span { border-color: rgb(184,61,252); }
td.TdClassName
{
border-color: #B83DFC;
}
.TagClassName
{
border-color: #B83DFC;
}
</style>