Shades of Medium Orchid #B83BFD
Tints of Medium Orchid #B83BFD
RGB
CMYK
RGB Variations
Color information
#B83BFD (or 0xB83BFD) is known color: Medium Orchid. HEX triplet: B8, 3B and FD. RGB value is (184,59,253). Sum of RGB (Red+Green+Blue) = 184+59+253=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #B83BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83BFD is #47C402. Grayscale: #757575. Windows color (decimal): -4703235 or 16595896. OLE color: 16595896.
HSL color Cylindrical-coordinate representation of color #B83BFD: hue angle of 278.66º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B83BFD is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 59 | 253 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.01 |
| HSL | 278.66º | 0.98% | 0.61% | - |
| HSV(B) | 278.66º | 0.77% | 0.99% | - |
| XYZ | 39.06 | 20.41 | 94.81 | - |
| YUV | 118.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 253 | 0.27 | 0.77 | 0 | 0.01 | 278.66 | 0.98 | 0.61 |
| Hex | B8 | 3B | FD | 1B | 4D | 0 | 1 | 117 | 62 | 3D |
| Octal | 270 | 73 | 375 | 33 | 115 | 0 | 1 | 427 | 142 | 75 |
| Binary | 10111000 | 111011 | 11111101 | 11011 | 1001101 | 0 | 1 | 100010111 | 1100010 | 111101 |
Color Harmonies of #B83BFD
Complementary color
Monochromatic Colors of #B83BFD
Black with #B83BFD
Text Example
Text Example
White with #B83BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BFD; }
p { color: rgb(184,59,253); }
H1.HeaderClassName
{
color: #B83BFD;
}
.AnyTagClassName
{
color: #B83BFD;
}
</style>
background-color css
<style>
a { background-color: #B83BFD; }
a { background-color: rgb(184,59,253); }
div.DivClassName
{
background-color: #B83BFD;
}
.BgClassName
{
background-color: #B83BFD;
}
</style>
border-color css
<style>
span { border-color: #B83BFD; }
span { border-color: rgb(184,59,253); }
td.TdClassName
{
border-color: #B83BFD;
}
.TagClassName
{
border-color: #B83BFD;
}
</style>