Shades of Medium Orchid #B23FE9
Tints of Medium Orchid #B23FE9
RGB
CMYK
RGB Variations
Color information
#B23FE9 (or 0xB23FE9) is known color: Medium Orchid. HEX triplet: B2, 3F and E9. RGB value is (178,63,233). Sum of RGB (Red+Green+Blue) = 178+63+233=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #B23FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FE9 is #4DC016. Grayscale: #747474. Windows color (decimal): -5095447 or 15286194. OLE color: 15286194.
HSL color Cylindrical-coordinate representation of color #B23FE9: hue angle of 280.59º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23FE9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 63 | 233 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.09 |
| HSL | 280.59º | 0.79% | 0.58% | - |
| HSV(B) | 280.59º | 0.73% | 0.91% | - |
| XYZ | 34.85 | 18.9 | 78.9 | - |
| YUV | 116.77 | 193.6 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 233 | 0.24 | 0.73 | 0 | 0.09 | 280.59 | 0.79 | 0.58 |
| Hex | B2 | 3F | E9 | 18 | 49 | 0 | 9 | 119 | 4F | 3A |
| Octal | 262 | 77 | 351 | 30 | 111 | 0 | 11 | 431 | 117 | 72 |
| Binary | 10110010 | 111111 | 11101001 | 11000 | 1001001 | 0 | 1001 | 100011001 | 1001111 | 111010 |
Color Harmonies of #B23FE9
Complementary color
Monochromatic Colors of #B23FE9
Black with #B23FE9
Text Example
Text Example
White with #B23FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FE9; }
p { color: rgb(178,63,233); }
H1.HeaderClassName
{
color: #B23FE9;
}
.AnyTagClassName
{
color: #B23FE9;
}
</style>
background-color css
<style>
a { background-color: #B23FE9; }
a { background-color: rgb(178,63,233); }
div.DivClassName
{
background-color: #B23FE9;
}
.BgClassName
{
background-color: #B23FE9;
}
</style>
border-color css
<style>
span { border-color: #B23FE9; }
span { border-color: rgb(178,63,233); }
td.TdClassName
{
border-color: #B23FE9;
}
.TagClassName
{
border-color: #B23FE9;
}
</style>