Shades of Medium Orchid #B23EE0
Tints of Medium Orchid #B23EE0
RGB
CMYK
RGB Variations
Color information
#B23EE0 (or 0xB23EE0) is known color: Medium Orchid. HEX triplet: B2, 3E and E0. RGB value is (178,62,224). Sum of RGB (Red+Green+Blue) = 178+62+224=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #B23EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23EE0 is #4DC11F. Grayscale: #727272. Windows color (decimal): -5095712 or 14696114. OLE color: 14696114.
HSL color Cylindrical-coordinate representation of color #B23EE0: hue angle of 282.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23EE0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 62 | 224 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.12 |
| HSL | 282.96º | 0.72% | 0.56% | - |
| HSV(B) | 282.96º | 0.72% | 0.88% | - |
| XYZ | 33.54 | 18.29 | 72.28 | - |
| YUV | 115.15 | 189.43 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 224 | 0.21 | 0.72 | 0 | 0.12 | 282.96 | 0.72 | 0.56 |
| Hex | B2 | 3E | E0 | 15 | 48 | 0 | C | 11B | 48 | 38 |
| Octal | 262 | 76 | 340 | 25 | 110 | 0 | 14 | 433 | 110 | 70 |
| Binary | 10110010 | 111110 | 11100000 | 10101 | 1001000 | 0 | 1100 | 100011011 | 1001000 | 111000 |
Color Harmonies of #B23EE0
Complementary color
Monochromatic Colors of #B23EE0
Black with #B23EE0
Text Example
Text Example
White with #B23EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23EE0; }
p { color: rgb(178,62,224); }
H1.HeaderClassName
{
color: #B23EE0;
}
.AnyTagClassName
{
color: #B23EE0;
}
</style>
background-color css
<style>
a { background-color: #B23EE0; }
a { background-color: rgb(178,62,224); }
div.DivClassName
{
background-color: #B23EE0;
}
.BgClassName
{
background-color: #B23EE0;
}
</style>
border-color css
<style>
span { border-color: #B23EE0; }
span { border-color: rgb(178,62,224); }
td.TdClassName
{
border-color: #B23EE0;
}
.TagClassName
{
border-color: #B23EE0;
}
</style>