Shades of Medium Orchid #B23ECE
Tints of Medium Orchid #B23ECE
RGB
CMYK
RGB Variations
Color information
#B23ECE (or 0xB23ECE) is known color: Medium Orchid. HEX triplet: B2, 3E and CE. RGB value is (178,62,206). Sum of RGB (Red+Green+Blue) = 178+62+206=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #B23ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ECE is #4DC131. Grayscale: #707070. Windows color (decimal): -5095730 or 13516466. OLE color: 13516466.
HSL color Cylindrical-coordinate representation of color #B23ECE: hue angle of 288.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23ECE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 62 | 206 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.19 |
| HSL | 288.33º | 0.6% | 0.53% | - |
| HSV(B) | 288.33º | 0.7% | 0.81% | - |
| XYZ | 31.22 | 17.37 | 60.1 | - |
| YUV | 113.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 206 | 0.14 | 0.70 | 0 | 0.19 | 288.33 | 0.6 | 0.53 |
| Hex | B2 | 3E | CE | E | 46 | 0 | 13 | 120 | 3C | 35 |
| Octal | 262 | 76 | 316 | 16 | 106 | 0 | 23 | 440 | 74 | 65 |
| Binary | 10110010 | 111110 | 11001110 | 1110 | 1000110 | 0 | 10011 | 100100000 | 111100 | 110101 |
Color Harmonies of #B23ECE
Complementary color
Monochromatic Colors of #B23ECE
Black with #B23ECE
Text Example
Text Example
White with #B23ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23ECE; }
p { color: rgb(178,62,206); }
H1.HeaderClassName
{
color: #B23ECE;
}
.AnyTagClassName
{
color: #B23ECE;
}
</style>
background-color css
<style>
a { background-color: #B23ECE; }
a { background-color: rgb(178,62,206); }
div.DivClassName
{
background-color: #B23ECE;
}
.BgClassName
{
background-color: #B23ECE;
}
</style>
border-color css
<style>
span { border-color: #B23ECE; }
span { border-color: rgb(178,62,206); }
td.TdClassName
{
border-color: #B23ECE;
}
.TagClassName
{
border-color: #B23ECE;
}
</style>