Shades of Medium Orchid #B23CEB
Tints of Medium Orchid #B23CEB
RGB
CMYK
RGB Variations
Color information
#B23CEB (or 0xB23CEB) is known color: Medium Orchid. HEX triplet: B2, 3C and EB. RGB value is (178,60,235). Sum of RGB (Red+Green+Blue) = 178+60+235=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #B23CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CEB is #4DC314. Grayscale: #727272. Windows color (decimal): -5096213 or 15416498. OLE color: 15416498.
HSL color Cylindrical-coordinate representation of color #B23CEB: hue angle of 280.46º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23CEB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 60 | 235 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.08 |
| HSL | 280.46º | 0.81% | 0.58% | - |
| HSV(B) | 280.46º | 0.74% | 0.92% | - |
| XYZ | 34.97 | 18.69 | 80.36 | - |
| YUV | 115.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 235 | 0.24 | 0.74 | 0 | 0.08 | 280.46 | 0.81 | 0.58 |
| Hex | B2 | 3C | EB | 18 | 4A | 0 | 8 | 118 | 51 | 3A |
| Octal | 262 | 74 | 353 | 30 | 112 | 0 | 10 | 430 | 121 | 72 |
| Binary | 10110010 | 111100 | 11101011 | 11000 | 1001010 | 0 | 1000 | 100011000 | 1010001 | 111010 |
Color Harmonies of #B23CEB
Complementary color
Monochromatic Colors of #B23CEB
Black with #B23CEB
Text Example
Text Example
White with #B23CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CEB; }
p { color: rgb(178,60,235); }
H1.HeaderClassName
{
color: #B23CEB;
}
.AnyTagClassName
{
color: #B23CEB;
}
</style>
background-color css
<style>
a { background-color: #B23CEB; }
a { background-color: rgb(178,60,235); }
div.DivClassName
{
background-color: #B23CEB;
}
.BgClassName
{
background-color: #B23CEB;
}
</style>
border-color css
<style>
span { border-color: #B23CEB; }
span { border-color: rgb(178,60,235); }
td.TdClassName
{
border-color: #B23CEB;
}
.TagClassName
{
border-color: #B23CEB;
}
</style>