Shades of Medium Orchid #B23ADC
Tints of Medium Orchid #B23ADC
RGB
CMYK
RGB Variations
Color information
#B23ADC (or 0xB23ADC) is known color: Medium Orchid. HEX triplet: B2, 3A and DC. RGB value is (178,58,220). Sum of RGB (Red+Green+Blue) = 178+58+220=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B23ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ADC is #4DC523. Grayscale: #6F6F6F. Windows color (decimal): -5096740 or 14432946. OLE color: 14432946.
HSL color Cylindrical-coordinate representation of color #B23ADC: hue angle of 284.44º 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 #B23ADC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 58 | 220 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.14 |
| HSL | 284.44º | 0.7% | 0.55% | - |
| HSV(B) | 284.44º | 0.74% | 0.86% | - |
| XYZ | 32.79 | 17.66 | 69.39 | - |
| YUV | 112.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 220 | 0.19 | 0.74 | 0 | 0.14 | 284.44 | 0.7 | 0.55 |
| Hex | B2 | 3A | DC | 13 | 4A | 0 | E | 11C | 46 | 37 |
| Octal | 262 | 72 | 334 | 23 | 112 | 0 | 16 | 434 | 106 | 67 |
| Binary | 10110010 | 111010 | 11011100 | 10011 | 1001010 | 0 | 1110 | 100011100 | 1000110 | 110111 |
Color Harmonies of #B23ADC
Complementary color
Monochromatic Colors of #B23ADC
Black with #B23ADC
Text Example
Text Example
White with #B23ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23ADC; }
p { color: rgb(178,58,220); }
H1.HeaderClassName
{
color: #B23ADC;
}
.AnyTagClassName
{
color: #B23ADC;
}
</style>
background-color css
<style>
a { background-color: #B23ADC; }
a { background-color: rgb(178,58,220); }
div.DivClassName
{
background-color: #B23ADC;
}
.BgClassName
{
background-color: #B23ADC;
}
</style>
border-color css
<style>
span { border-color: #B23ADC; }
span { border-color: rgb(178,58,220); }
td.TdClassName
{
border-color: #B23ADC;
}
.TagClassName
{
border-color: #B23ADC;
}
</style>