Shades of Medium Orchid #B23EFC
Tints of Medium Orchid #B23EFC
RGB
CMYK
RGB Variations
Color information
#B23EFC (or 0xB23EFC) is known color: Medium Orchid. HEX triplet: B2, 3E and FC. RGB value is (178,62,252). Sum of RGB (Red+Green+Blue) = 178+62+252=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #B23EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EFC is #4DC103. Grayscale: #757575. Windows color (decimal): -5095684 or 16531122. OLE color: 16531122.
HSL color Cylindrical-coordinate representation of color #B23EFC: hue angle of 276.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23EFC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 62 | 252 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.01 |
| HSL | 276.63º | 0.97% | 0.62% | - |
| HSV(B) | 276.63º | 0.75% | 0.99% | - |
| XYZ | 37.65 | 19.94 | 93.96 | - |
| YUV | 118.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 252 | 0.29 | 0.75 | 0 | 0.01 | 276.63 | 0.97 | 0.62 |
| Hex | B2 | 3E | FC | 1D | 4B | 0 | 1 | 115 | 61 | 3E |
| Octal | 262 | 76 | 374 | 35 | 113 | 0 | 1 | 425 | 141 | 76 |
| Binary | 10110010 | 111110 | 11111100 | 11101 | 1001011 | 0 | 1 | 100010101 | 1100001 | 111110 |
Color Harmonies of #B23EFC
Complementary color
Monochromatic Colors of #B23EFC
Black with #B23EFC
Text Example
Text Example
White with #B23EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23EFC; }
p { color: rgb(178,62,252); }
H1.HeaderClassName
{
color: #B23EFC;
}
.AnyTagClassName
{
color: #B23EFC;
}
</style>
background-color css
<style>
a { background-color: #B23EFC; }
a { background-color: rgb(178,62,252); }
div.DivClassName
{
background-color: #B23EFC;
}
.BgClassName
{
background-color: #B23EFC;
}
</style>
border-color css
<style>
span { border-color: #B23EFC; }
span { border-color: rgb(178,62,252); }
td.TdClassName
{
border-color: #B23EFC;
}
.TagClassName
{
border-color: #B23EFC;
}
</style>