Shades of Medium Orchid #B23FEE
Tints of Medium Orchid #B23FEE
RGB
CMYK
RGB Variations
Color information
#B23FEE (or 0xB23FEE) is known color: Medium Orchid. HEX triplet: B2, 3F and EE. RGB value is (178,63,238). Sum of RGB (Red+Green+Blue) = 178+63+238=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #B23FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FEE is #4DC011. Grayscale: #747474. Windows color (decimal): -5095442 or 15613874. OLE color: 15613874.
HSL color Cylindrical-coordinate representation of color #B23FEE: hue angle of 279.43º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23FEE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 63 | 238 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.07 |
| HSL | 279.43º | 0.84% | 0.59% | - |
| HSV(B) | 279.43º | 0.74% | 0.93% | - |
| XYZ | 35.57 | 19.19 | 82.72 | - |
| YUV | 117.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 238 | 0.25 | 0.74 | 0 | 0.07 | 279.43 | 0.84 | 0.59 |
| Hex | B2 | 3F | EE | 19 | 4A | 0 | 7 | 117 | 54 | 3B |
| Octal | 262 | 77 | 356 | 31 | 112 | 0 | 7 | 427 | 124 | 73 |
| Binary | 10110010 | 111111 | 11101110 | 11001 | 1001010 | 0 | 111 | 100010111 | 1010100 | 111011 |
Color Harmonies of #B23FEE
Complementary color
Monochromatic Colors of #B23FEE
Black with #B23FEE
Text Example
Text Example
White with #B23FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FEE; }
p { color: rgb(178,63,238); }
H1.HeaderClassName
{
color: #B23FEE;
}
.AnyTagClassName
{
color: #B23FEE;
}
</style>
background-color css
<style>
a { background-color: #B23FEE; }
a { background-color: rgb(178,63,238); }
div.DivClassName
{
background-color: #B23FEE;
}
.BgClassName
{
background-color: #B23FEE;
}
</style>
border-color css
<style>
span { border-color: #B23FEE; }
span { border-color: rgb(178,63,238); }
td.TdClassName
{
border-color: #B23FEE;
}
.TagClassName
{
border-color: #B23FEE;
}
</style>