Shades of Medium Orchid #B23EE6
Tints of Medium Orchid #B23EE6
RGB
CMYK
RGB Variations
Color information
#B23EE6 (or 0xB23EE6) is known color: Medium Orchid. HEX triplet: B2, 3E and E6. RGB value is (178,62,230). Sum of RGB (Red+Green+Blue) = 178+62+230=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #B23EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EE6 is #4DC119. Grayscale: #737373. Windows color (decimal): -5095706 or 15089330. OLE color: 15089330.
HSL color Cylindrical-coordinate representation of color #B23EE6: hue angle of 281.43º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23EE6 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 62 | 230 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.10 |
| HSL | 281.43º | 0.77% | 0.57% | - |
| HSV(B) | 281.43º | 0.73% | 0.9% | - |
| XYZ | 34.37 | 18.62 | 76.65 | - |
| YUV | 115.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 230 | 0.23 | 0.73 | 0 | 0.10 | 281.43 | 0.77 | 0.57 |
| Hex | B2 | 3E | E6 | 17 | 49 | 0 | A | 119 | 4D | 39 |
| Octal | 262 | 76 | 346 | 27 | 111 | 0 | 12 | 431 | 115 | 71 |
| Binary | 10110010 | 111110 | 11100110 | 10111 | 1001001 | 0 | 1010 | 100011001 | 1001101 | 111001 |
Color Harmonies of #B23EE6
Complementary color
Monochromatic Colors of #B23EE6
Black with #B23EE6
Text Example
Text Example
White with #B23EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23EE6; }
p { color: rgb(178,62,230); }
H1.HeaderClassName
{
color: #B23EE6;
}
.AnyTagClassName
{
color: #B23EE6;
}
</style>
background-color css
<style>
a { background-color: #B23EE6; }
a { background-color: rgb(178,62,230); }
div.DivClassName
{
background-color: #B23EE6;
}
.BgClassName
{
background-color: #B23EE6;
}
</style>
border-color css
<style>
span { border-color: #B23EE6; }
span { border-color: rgb(178,62,230); }
td.TdClassName
{
border-color: #B23EE6;
}
.TagClassName
{
border-color: #B23EE6;
}
</style>