Shades of Medium Orchid #B23BEA
Tints of Medium Orchid #B23BEA
RGB
CMYK
RGB Variations
Color information
#B23BEA (or 0xB23BEA) is known color: Medium Orchid. HEX triplet: B2, 3B and EA. RGB value is (178,59,234). Sum of RGB (Red+Green+Blue) = 178+59+234=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #B23BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BEA is #4DC415. Grayscale: #717171. Windows color (decimal): -5096470 or 15350706. OLE color: 15350706.
HSL color Cylindrical-coordinate representation of color #B23BEA: hue angle of 280.8º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23BEA is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 59 | 234 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.08 |
| HSL | 280.8º | 0.81% | 0.57% | - |
| HSV(B) | 280.8º | 0.75% | 0.92% | - |
| XYZ | 34.78 | 18.53 | 79.59 | - |
| YUV | 114.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 234 | 0.24 | 0.75 | 0 | 0.08 | 280.8 | 0.81 | 0.57 |
| Hex | B2 | 3B | EA | 18 | 4B | 0 | 8 | 119 | 51 | 39 |
| Octal | 262 | 73 | 352 | 30 | 113 | 0 | 10 | 431 | 121 | 71 |
| Binary | 10110010 | 111011 | 11101010 | 11000 | 1001011 | 0 | 1000 | 100011001 | 1010001 | 111001 |
Color Harmonies of #B23BEA
Complementary color
Monochromatic Colors of #B23BEA
Black with #B23BEA
Text Example
Text Example
White with #B23BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BEA; }
p { color: rgb(178,59,234); }
H1.HeaderClassName
{
color: #B23BEA;
}
.AnyTagClassName
{
color: #B23BEA;
}
</style>
background-color css
<style>
a { background-color: #B23BEA; }
a { background-color: rgb(178,59,234); }
div.DivClassName
{
background-color: #B23BEA;
}
.BgClassName
{
background-color: #B23BEA;
}
</style>
border-color css
<style>
span { border-color: #B23BEA; }
span { border-color: rgb(178,59,234); }
td.TdClassName
{
border-color: #B23BEA;
}
.TagClassName
{
border-color: #B23BEA;
}
</style>