Shades of Medium Orchid #B23EEC
Tints of Medium Orchid #B23EEC
RGB
CMYK
RGB Variations
Color information
#B23EEC (or 0xB23EEC) is known color: Medium Orchid. HEX triplet: B2, 3E and EC. RGB value is (178,62,236). Sum of RGB (Red+Green+Blue) = 178+62+236=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B23EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EEC is #4DC113. Grayscale: #737373. Windows color (decimal): -5095700 or 15482546. OLE color: 15482546.
HSL color Cylindrical-coordinate representation of color #B23EEC: hue angle of 280º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23EEC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 62 | 236 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.07 |
| HSL | 280º | 0.82% | 0.58% | - |
| HSV(B) | 280º | 0.74% | 0.93% | - |
| XYZ | 35.22 | 18.97 | 81.16 | - |
| YUV | 116.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 236 | 0.25 | 0.74 | 0 | 0.07 | 280 | 0.82 | 0.58 |
| Hex | B2 | 3E | EC | 19 | 4A | 0 | 7 | 118 | 52 | 3A |
| Octal | 262 | 76 | 354 | 31 | 112 | 0 | 7 | 430 | 122 | 72 |
| Binary | 10110010 | 111110 | 11101100 | 11001 | 1001010 | 0 | 111 | 100011000 | 1010010 | 111010 |
Color Harmonies of #B23EEC
Complementary color
Monochromatic Colors of #B23EEC
Black with #B23EEC
Text Example
Text Example
White with #B23EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23EEC; }
p { color: rgb(178,62,236); }
H1.HeaderClassName
{
color: #B23EEC;
}
.AnyTagClassName
{
color: #B23EEC;
}
</style>
background-color css
<style>
a { background-color: #B23EEC; }
a { background-color: rgb(178,62,236); }
div.DivClassName
{
background-color: #B23EEC;
}
.BgClassName
{
background-color: #B23EEC;
}
</style>
border-color css
<style>
span { border-color: #B23EEC; }
span { border-color: rgb(178,62,236); }
td.TdClassName
{
border-color: #B23EEC;
}
.TagClassName
{
border-color: #B23EEC;
}
</style>