Shades of Medium Orchid #B23BDD
Tints of Medium Orchid #B23BDD
RGB
CMYK
RGB Variations
Color information
#B23BDD (or 0xB23BDD) is known color: Medium Orchid. HEX triplet: B2, 3B and DD. RGB value is (178,59,221). Sum of RGB (Red+Green+Blue) = 178+59+221=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #B23BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BDD is #4DC422. Grayscale: #707070. Windows color (decimal): -5096483 or 14498738. OLE color: 14498738.
HSL color Cylindrical-coordinate representation of color #B23BDD: hue angle of 284.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23BDD is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 59 | 221 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.13 |
| HSL | 284.07º | 0.7% | 0.55% | - |
| HSV(B) | 284.07º | 0.73% | 0.87% | - |
| XYZ | 32.98 | 17.81 | 70.11 | - |
| YUV | 113.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 221 | 0.19 | 0.73 | 0 | 0.13 | 284.07 | 0.7 | 0.55 |
| Hex | B2 | 3B | DD | 13 | 49 | 0 | D | 11C | 46 | 37 |
| Octal | 262 | 73 | 335 | 23 | 111 | 0 | 15 | 434 | 106 | 67 |
| Binary | 10110010 | 111011 | 11011101 | 10011 | 1001001 | 0 | 1101 | 100011100 | 1000110 | 110111 |
Color Harmonies of #B23BDD
Complementary color
Monochromatic Colors of #B23BDD
Black with #B23BDD
Text Example
Text Example
White with #B23BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BDD; }
p { color: rgb(178,59,221); }
H1.HeaderClassName
{
color: #B23BDD;
}
.AnyTagClassName
{
color: #B23BDD;
}
</style>
background-color css
<style>
a { background-color: #B23BDD; }
a { background-color: rgb(178,59,221); }
div.DivClassName
{
background-color: #B23BDD;
}
.BgClassName
{
background-color: #B23BDD;
}
</style>
border-color css
<style>
span { border-color: #B23BDD; }
span { border-color: rgb(178,59,221); }
td.TdClassName
{
border-color: #B23BDD;
}
.TagClassName
{
border-color: #B23BDD;
}
</style>