Shades of Medium Orchid #B23AEF
Tints of Medium Orchid #B23AEF
RGB
CMYK
RGB Variations
Color information
#B23AEF (or 0xB23AEF) is known color: Medium Orchid. HEX triplet: B2, 3A and EF. RGB value is (178,58,239). Sum of RGB (Red+Green+Blue) = 178+58+239=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #B23AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AEF is #4DC510. Grayscale: #717171. Windows color (decimal): -5096721 or 15678130. OLE color: 15678130.
HSL color Cylindrical-coordinate representation of color #B23AEF: hue angle of 279.78º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23AEF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 58 | 239 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.06 |
| HSL | 279.78º | 0.85% | 0.58% | - |
| HSV(B) | 279.78º | 0.76% | 0.94% | - |
| XYZ | 35.45 | 18.72 | 83.41 | - |
| YUV | 114.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 239 | 0.26 | 0.76 | 0 | 0.06 | 279.78 | 0.85 | 0.58 |
| Hex | B2 | 3A | EF | 1A | 4C | 0 | 6 | 118 | 55 | 3A |
| Octal | 262 | 72 | 357 | 32 | 114 | 0 | 6 | 430 | 125 | 72 |
| Binary | 10110010 | 111010 | 11101111 | 11010 | 1001100 | 0 | 110 | 100011000 | 1010101 | 111010 |
Color Harmonies of #B23AEF
Complementary color
Monochromatic Colors of #B23AEF
Black with #B23AEF
Text Example
Text Example
White with #B23AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AEF; }
p { color: rgb(178,58,239); }
H1.HeaderClassName
{
color: #B23AEF;
}
.AnyTagClassName
{
color: #B23AEF;
}
</style>
background-color css
<style>
a { background-color: #B23AEF; }
a { background-color: rgb(178,58,239); }
div.DivClassName
{
background-color: #B23AEF;
}
.BgClassName
{
background-color: #B23AEF;
}
</style>
border-color css
<style>
span { border-color: #B23AEF; }
span { border-color: rgb(178,58,239); }
td.TdClassName
{
border-color: #B23AEF;
}
.TagClassName
{
border-color: #B23AEF;
}
</style>