Shades of Medium Orchid #B23ADE
Tints of Medium Orchid #B23ADE
RGB
CMYK
RGB Variations
Color information
#B23ADE (or 0xB23ADE) is known color: Medium Orchid. HEX triplet: B2, 3A and DE. RGB value is (178,58,222). Sum of RGB (Red+Green+Blue) = 178+58+222=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #B23ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ADE is #4DC521. Grayscale: #707070. Windows color (decimal): -5096738 or 14564018. OLE color: 14564018.
HSL color Cylindrical-coordinate representation of color #B23ADE: hue angle of 283.9º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23ADE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 58 | 222 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.13 |
| HSL | 283.9º | 0.71% | 0.55% | - |
| HSV(B) | 283.9º | 0.74% | 0.87% | - |
| XYZ | 33.06 | 17.77 | 70.79 | - |
| YUV | 112.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 222 | 0.20 | 0.74 | 0 | 0.13 | 283.9 | 0.71 | 0.55 |
| Hex | B2 | 3A | DE | 14 | 4A | 0 | D | 11C | 47 | 37 |
| Octal | 262 | 72 | 336 | 24 | 112 | 0 | 15 | 434 | 107 | 67 |
| Binary | 10110010 | 111010 | 11011110 | 10100 | 1001010 | 0 | 1101 | 100011100 | 1000111 | 110111 |
Color Harmonies of #B23ADE
Complementary color
Monochromatic Colors of #B23ADE
Black with #B23ADE
Text Example
Text Example
White with #B23ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23ADE; }
p { color: rgb(178,58,222); }
H1.HeaderClassName
{
color: #B23ADE;
}
.AnyTagClassName
{
color: #B23ADE;
}
</style>
background-color css
<style>
a { background-color: #B23ADE; }
a { background-color: rgb(178,58,222); }
div.DivClassName
{
background-color: #B23ADE;
}
.BgClassName
{
background-color: #B23ADE;
}
</style>
border-color css
<style>
span { border-color: #B23ADE; }
span { border-color: rgb(178,58,222); }
td.TdClassName
{
border-color: #B23ADE;
}
.TagClassName
{
border-color: #B23ADE;
}
</style>