Shades of Medium Orchid #B23BEC
Tints of Medium Orchid #B23BEC
RGB
CMYK
RGB Variations
Color information
#B23BEC (or 0xB23BEC) is known color: Medium Orchid. HEX triplet: B2, 3B and EC. RGB value is (178,59,236). Sum of RGB (Red+Green+Blue) = 178+59+236=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #B23BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BEC is #4DC413. Grayscale: #727272. Windows color (decimal): -5096468 or 15481778. OLE color: 15481778.
HSL color Cylindrical-coordinate representation of color #B23BEC: hue angle of 280.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23BEC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 59 | 236 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.07 |
| HSL | 280.34º | 0.82% | 0.58% | - |
| HSV(B) | 280.34º | 0.75% | 0.93% | - |
| XYZ | 35.06 | 18.65 | 81.11 | - |
| YUV | 114.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 236 | 0.25 | 0.75 | 0 | 0.07 | 280.34 | 0.82 | 0.58 |
| Hex | B2 | 3B | EC | 19 | 4B | 0 | 7 | 118 | 52 | 3A |
| Octal | 262 | 73 | 354 | 31 | 113 | 0 | 7 | 430 | 122 | 72 |
| Binary | 10110010 | 111011 | 11101100 | 11001 | 1001011 | 0 | 111 | 100011000 | 1010010 | 111010 |
Color Harmonies of #B23BEC
Complementary color
Monochromatic Colors of #B23BEC
Black with #B23BEC
Text Example
Text Example
White with #B23BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BEC; }
p { color: rgb(178,59,236); }
H1.HeaderClassName
{
color: #B23BEC;
}
.AnyTagClassName
{
color: #B23BEC;
}
</style>
background-color css
<style>
a { background-color: #B23BEC; }
a { background-color: rgb(178,59,236); }
div.DivClassName
{
background-color: #B23BEC;
}
.BgClassName
{
background-color: #B23BEC;
}
</style>
border-color css
<style>
span { border-color: #B23BEC; }
span { border-color: rgb(178,59,236); }
td.TdClassName
{
border-color: #B23BEC;
}
.TagClassName
{
border-color: #B23BEC;
}
</style>