Shades of Medium Orchid #B23CE9
Tints of Medium Orchid #B23CE9
RGB
CMYK
RGB Variations
Color information
#B23CE9 (or 0xB23CE9) is known color: Medium Orchid. HEX triplet: B2, 3C and E9. RGB value is (178,60,233). Sum of RGB (Red+Green+Blue) = 178+60+233=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #B23CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CE9 is #4DC316. Grayscale: #727272. Windows color (decimal): -5096215 or 15285426. OLE color: 15285426.
HSL color Cylindrical-coordinate representation of color #B23CE9: hue angle of 280.92º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23CE9 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 60 | 233 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.09 |
| HSL | 280.92º | 0.8% | 0.57% | - |
| HSV(B) | 280.92º | 0.74% | 0.91% | - |
| XYZ | 34.68 | 18.58 | 78.85 | - |
| YUV | 115 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 233 | 0.24 | 0.74 | 0 | 0.09 | 280.92 | 0.8 | 0.57 |
| Hex | B2 | 3C | E9 | 18 | 4A | 0 | 9 | 119 | 50 | 39 |
| Octal | 262 | 74 | 351 | 30 | 112 | 0 | 11 | 431 | 120 | 71 |
| Binary | 10110010 | 111100 | 11101001 | 11000 | 1001010 | 0 | 1001 | 100011001 | 1010000 | 111001 |
Color Harmonies of #B23CE9
Complementary color
Monochromatic Colors of #B23CE9
Black with #B23CE9
Text Example
Text Example
White with #B23CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CE9; }
p { color: rgb(178,60,233); }
H1.HeaderClassName
{
color: #B23CE9;
}
.AnyTagClassName
{
color: #B23CE9;
}
</style>
background-color css
<style>
a { background-color: #B23CE9; }
a { background-color: rgb(178,60,233); }
div.DivClassName
{
background-color: #B23CE9;
}
.BgClassName
{
background-color: #B23CE9;
}
</style>
border-color css
<style>
span { border-color: #B23CE9; }
span { border-color: rgb(178,60,233); }
td.TdClassName
{
border-color: #B23CE9;
}
.TagClassName
{
border-color: #B23CE9;
}
</style>