Shades of Medium Orchid #B23BEB
Tints of Medium Orchid #B23BEB
RGB
CMYK
RGB Variations
Color information
#B23BEB (or 0xB23BEB) is known color: Medium Orchid. HEX triplet: B2, 3B and EB. RGB value is (178,59,235). Sum of RGB (Red+Green+Blue) = 178+59+235=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #B23BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23BEB is #4DC414. Grayscale: #727272. Windows color (decimal): -5096469 or 15416242. OLE color: 15416242.
HSL color Cylindrical-coordinate representation of color #B23BEB: hue angle of 280.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23BEB is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 59 | 235 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.08 |
| HSL | 280.57º | 0.81% | 0.58% | - |
| HSV(B) | 280.57º | 0.75% | 0.92% | - |
| XYZ | 34.92 | 18.59 | 80.35 | - |
| YUV | 114.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 235 | 0.24 | 0.75 | 0 | 0.08 | 280.57 | 0.81 | 0.58 |
| Hex | B2 | 3B | EB | 18 | 4B | 0 | 8 | 119 | 51 | 3A |
| Octal | 262 | 73 | 353 | 30 | 113 | 0 | 10 | 431 | 121 | 72 |
| Binary | 10110010 | 111011 | 11101011 | 11000 | 1001011 | 0 | 1000 | 100011001 | 1010001 | 111010 |
Color Harmonies of #B23BEB
Complementary color
Monochromatic Colors of #B23BEB
Black with #B23BEB
Text Example
Text Example
White with #B23BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BEB; }
p { color: rgb(178,59,235); }
H1.HeaderClassName
{
color: #B23BEB;
}
.AnyTagClassName
{
color: #B23BEB;
}
</style>
background-color css
<style>
a { background-color: #B23BEB; }
a { background-color: rgb(178,59,235); }
div.DivClassName
{
background-color: #B23BEB;
}
.BgClassName
{
background-color: #B23BEB;
}
</style>
border-color css
<style>
span { border-color: #B23BEB; }
span { border-color: rgb(178,59,235); }
td.TdClassName
{
border-color: #B23BEB;
}
.TagClassName
{
border-color: #B23BEB;
}
</style>