Shades of Medium Orchid #B83CDA
Tints of Medium Orchid #B83CDA
RGB
CMYK
RGB Variations
Color information
#B83CDA (or 0xB83CDA) is known color: Medium Orchid. HEX triplet: B8, 3C and DA. RGB value is (184,60,218). Sum of RGB (Red+Green+Blue) = 184+60+218=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B83CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CDA is #47C325. Grayscale: #727272. Windows color (decimal): -4703014 or 14302392. OLE color: 14302392.
HSL color Cylindrical-coordinate representation of color #B83CDA: hue angle of 287.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83CDA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 60 | 218 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.15 |
| HSL | 287.09º | 0.68% | 0.55% | - |
| HSV(B) | 287.09º | 0.72% | 0.85% | - |
| XYZ | 34.04 | 18.48 | 68.1 | - |
| YUV | 115.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 218 | 0.16 | 0.72 | 0 | 0.15 | 287.09 | 0.68 | 0.55 |
| Hex | B8 | 3C | DA | 10 | 48 | 0 | F | 11F | 44 | 37 |
| Octal | 270 | 74 | 332 | 20 | 110 | 0 | 17 | 437 | 104 | 67 |
| Binary | 10111000 | 111100 | 11011010 | 10000 | 1001000 | 0 | 1111 | 100011111 | 1000100 | 110111 |
Color Harmonies of #B83CDA
Complementary color
Monochromatic Colors of #B83CDA
Black with #B83CDA
Text Example
Text Example
White with #B83CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CDA; }
p { color: rgb(184,60,218); }
H1.HeaderClassName
{
color: #B83CDA;
}
.AnyTagClassName
{
color: #B83CDA;
}
</style>
background-color css
<style>
a { background-color: #B83CDA; }
a { background-color: rgb(184,60,218); }
div.DivClassName
{
background-color: #B83CDA;
}
.BgClassName
{
background-color: #B83CDA;
}
</style>
border-color css
<style>
span { border-color: #B83CDA; }
span { border-color: rgb(184,60,218); }
td.TdClassName
{
border-color: #B83CDA;
}
.TagClassName
{
border-color: #B83CDA;
}
</style>