Shades of Medium Orchid #B23CE0
Tints of Medium Orchid #B23CE0
RGB
CMYK
RGB Variations
Color information
#B23CE0 (or 0xB23CE0) is known color: Medium Orchid. HEX triplet: B2, 3C and E0. RGB value is (178,60,224). Sum of RGB (Red+Green+Blue) = 178+60+224=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #B23CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CE0 is #4DC31F. Grayscale: #717171. Windows color (decimal): -5096224 or 14695602. OLE color: 14695602.
HSL color Cylindrical-coordinate representation of color #B23CE0: hue angle of 283.17º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23CE0 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 60 | 224 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.12 |
| HSL | 283.17º | 0.73% | 0.56% | - |
| HSV(B) | 283.17º | 0.73% | 0.88% | - |
| XYZ | 33.43 | 18.08 | 72.25 | - |
| YUV | 113.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 224 | 0.21 | 0.73 | 0 | 0.12 | 283.17 | 0.73 | 0.56 |
| Hex | B2 | 3C | E0 | 15 | 49 | 0 | C | 11B | 49 | 38 |
| Octal | 262 | 74 | 340 | 25 | 111 | 0 | 14 | 433 | 111 | 70 |
| Binary | 10110010 | 111100 | 11100000 | 10101 | 1001001 | 0 | 1100 | 100011011 | 1001001 | 111000 |
Color Harmonies of #B23CE0
Complementary color
Monochromatic Colors of #B23CE0
Black with #B23CE0
Text Example
Text Example
White with #B23CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CE0; }
p { color: rgb(178,60,224); }
H1.HeaderClassName
{
color: #B23CE0;
}
.AnyTagClassName
{
color: #B23CE0;
}
</style>
background-color css
<style>
a { background-color: #B23CE0; }
a { background-color: rgb(178,60,224); }
div.DivClassName
{
background-color: #B23CE0;
}
.BgClassName
{
background-color: #B23CE0;
}
</style>
border-color css
<style>
span { border-color: #B23CE0; }
span { border-color: rgb(178,60,224); }
td.TdClassName
{
border-color: #B23CE0;
}
.TagClassName
{
border-color: #B23CE0;
}
</style>