Shades of Medium Orchid #B83ADC
Tints of Medium Orchid #B83ADC
RGB
CMYK
RGB Variations
Color information
#B83ADC (or 0xB83ADC) is known color: Medium Orchid. HEX triplet: B8, 3A and DC. RGB value is (184,58,220). Sum of RGB (Red+Green+Blue) = 184+58+220=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #B83ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ADC is #47C523. Grayscale: #717171. Windows color (decimal): -4703524 or 14432952. OLE color: 14432952.
HSL color Cylindrical-coordinate representation of color #B83ADC: hue angle of 286.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83ADC is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 58 | 220 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.14 |
| HSL | 286.67º | 0.7% | 0.55% | - |
| HSV(B) | 286.67º | 0.74% | 0.86% | - |
| XYZ | 34.2 | 18.38 | 69.46 | - |
| YUV | 114.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 220 | 0.16 | 0.74 | 0 | 0.14 | 286.67 | 0.7 | 0.55 |
| Hex | B8 | 3A | DC | 10 | 4A | 0 | E | 11F | 46 | 37 |
| Octal | 270 | 72 | 334 | 20 | 112 | 0 | 16 | 437 | 106 | 67 |
| Binary | 10111000 | 111010 | 11011100 | 10000 | 1001010 | 0 | 1110 | 100011111 | 1000110 | 110111 |
Color Harmonies of #B83ADC
Complementary color
Monochromatic Colors of #B83ADC
Black with #B83ADC
Text Example
Text Example
White with #B83ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83ADC; }
p { color: rgb(184,58,220); }
H1.HeaderClassName
{
color: #B83ADC;
}
.AnyTagClassName
{
color: #B83ADC;
}
</style>
background-color css
<style>
a { background-color: #B83ADC; }
a { background-color: rgb(184,58,220); }
div.DivClassName
{
background-color: #B83ADC;
}
.BgClassName
{
background-color: #B83ADC;
}
</style>
border-color css
<style>
span { border-color: #B83ADC; }
span { border-color: rgb(184,58,220); }
td.TdClassName
{
border-color: #B83ADC;
}
.TagClassName
{
border-color: #B83ADC;
}
</style>