Shades of Medium Orchid #B23FEF
Tints of Medium Orchid #B23FEF
RGB
CMYK
RGB Variations
Color information
#B23FEF (or 0xB23FEF) is known color: Medium Orchid. HEX triplet: B2, 3F and EF. RGB value is (178,63,239). Sum of RGB (Red+Green+Blue) = 178+63+239=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #B23FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FEF is #4DC010. Grayscale: #747474. Windows color (decimal): -5095441 or 15679410. OLE color: 15679410.
HSL color Cylindrical-coordinate representation of color #B23FEF: hue angle of 279.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23FEF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 63 | 239 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.06 |
| HSL | 279.2º | 0.85% | 0.59% | - |
| HSV(B) | 279.2º | 0.74% | 0.94% | - |
| XYZ | 35.72 | 19.25 | 83.49 | - |
| YUV | 117.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 63 | 239 | 0.26 | 0.74 | 0 | 0.06 | 279.2 | 0.85 | 0.59 |
| Hex | B2 | 3F | EF | 1A | 4A | 0 | 6 | 117 | 55 | 3B |
| Octal | 262 | 77 | 357 | 32 | 112 | 0 | 6 | 427 | 125 | 73 |
| Binary | 10110010 | 111111 | 11101111 | 11010 | 1001010 | 0 | 110 | 100010111 | 1010101 | 111011 |
Color Harmonies of #B23FEF
Complementary color
Monochromatic Colors of #B23FEF
Black with #B23FEF
Text Example
Text Example
White with #B23FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23FEF; }
p { color: rgb(178,63,239); }
H1.HeaderClassName
{
color: #B23FEF;
}
.AnyTagClassName
{
color: #B23FEF;
}
</style>
background-color css
<style>
a { background-color: #B23FEF; }
a { background-color: rgb(178,63,239); }
div.DivClassName
{
background-color: #B23FEF;
}
.BgClassName
{
background-color: #B23FEF;
}
</style>
border-color css
<style>
span { border-color: #B23FEF; }
span { border-color: rgb(178,63,239); }
td.TdClassName
{
border-color: #B23FEF;
}
.TagClassName
{
border-color: #B23FEF;
}
</style>