Shades of Medium Orchid #B23EEB
Tints of Medium Orchid #B23EEB
RGB
CMYK
RGB Variations
Color information
#B23EEB (or 0xB23EEB) is known color: Medium Orchid. HEX triplet: B2, 3E and EB. RGB value is (178,62,235). Sum of RGB (Red+Green+Blue) = 178+62+235=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #B23EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EEB is #4DC114. Grayscale: #737373. Windows color (decimal): -5095701 or 15417010. OLE color: 15417010.
HSL color Cylindrical-coordinate representation of color #B23EEB: hue angle of 280.23º 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 #B23EEB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 62 | 235 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.08 |
| HSL | 280.23º | 0.81% | 0.58% | - |
| HSV(B) | 280.23º | 0.74% | 0.92% | - |
| XYZ | 35.08 | 18.91 | 80.4 | - |
| YUV | 116.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 235 | 0.24 | 0.74 | 0 | 0.08 | 280.23 | 0.81 | 0.58 |
| Hex | B2 | 3E | EB | 18 | 4A | 0 | 8 | 118 | 51 | 3A |
| Octal | 262 | 76 | 353 | 30 | 112 | 0 | 10 | 430 | 121 | 72 |
| Binary | 10110010 | 111110 | 11101011 | 11000 | 1001010 | 0 | 1000 | 100011000 | 1010001 | 111010 |
Color Harmonies of #B23EEB
Complementary color
Monochromatic Colors of #B23EEB
Black with #B23EEB
Text Example
Text Example
White with #B23EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23EEB; }
p { color: rgb(178,62,235); }
H1.HeaderClassName
{
color: #B23EEB;
}
.AnyTagClassName
{
color: #B23EEB;
}
</style>
background-color css
<style>
a { background-color: #B23EEB; }
a { background-color: rgb(178,62,235); }
div.DivClassName
{
background-color: #B23EEB;
}
.BgClassName
{
background-color: #B23EEB;
}
</style>
border-color css
<style>
span { border-color: #B23EEB; }
span { border-color: rgb(178,62,235); }
td.TdClassName
{
border-color: #B23EEB;
}
.TagClassName
{
border-color: #B23EEB;
}
</style>