Shades of Medium Orchid #B23ECC
Tints of Medium Orchid #B23ECC
RGB
CMYK
RGB Variations
Color information
#B23ECC (or 0xB23ECC) is known color: Medium Orchid. HEX triplet: B2, 3E and CC. RGB value is (178,62,204). Sum of RGB (Red+Green+Blue) = 178+62+204=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B23ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ECC is #4DC133. Grayscale: #707070. Windows color (decimal): -5095732 or 13385394. OLE color: 13385394.
HSL color Cylindrical-coordinate representation of color #B23ECC: hue angle of 289.01º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23ECC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 62 | 204 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.2 |
| HSL | 289.01º | 0.58% | 0.52% | - |
| HSV(B) | 289.01º | 0.7% | 0.8% | - |
| XYZ | 30.98 | 17.27 | 58.83 | - |
| YUV | 112.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 204 | 0.13 | 0.70 | 0 | 0.2 | 289.01 | 0.58 | 0.52 |
| Hex | B2 | 3E | CC | D | 46 | 0 | 14 | 121 | 3A | 34 |
| Octal | 262 | 76 | 314 | 15 | 106 | 0 | 24 | 441 | 72 | 64 |
| Binary | 10110010 | 111110 | 11001100 | 1101 | 1000110 | 0 | 10100 | 100100001 | 111010 | 110100 |
Color Harmonies of #B23ECC
Complementary color
Monochromatic Colors of #B23ECC
Black with #B23ECC
Text Example
Text Example
White with #B23ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23ECC; }
p { color: rgb(178,62,204); }
H1.HeaderClassName
{
color: #B23ECC;
}
.AnyTagClassName
{
color: #B23ECC;
}
</style>
background-color css
<style>
a { background-color: #B23ECC; }
a { background-color: rgb(178,62,204); }
div.DivClassName
{
background-color: #B23ECC;
}
.BgClassName
{
background-color: #B23ECC;
}
</style>
border-color css
<style>
span { border-color: #B23ECC; }
span { border-color: rgb(178,62,204); }
td.TdClassName
{
border-color: #B23ECC;
}
.TagClassName
{
border-color: #B23ECC;
}
</style>