Shades of Medium Orchid #B23EF2
Tints of Medium Orchid #B23EF2
RGB
CMYK
RGB Variations
Color information
#B23EF2 (or 0xB23EF2) is known color: Medium Orchid. HEX triplet: B2, 3E and F2. RGB value is (178,62,242). Sum of RGB (Red+Green+Blue) = 178+62+242=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #B23EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EF2 is #4DC10D. Grayscale: #747474. Windows color (decimal): -5095694 or 15875762. OLE color: 15875762.
HSL color Cylindrical-coordinate representation of color #B23EF2: hue angle of 278.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23EF2 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 62 | 242 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.05 |
| HSL | 278.67º | 0.87% | 0.6% | - |
| HSV(B) | 278.67º | 0.74% | 0.95% | - |
| XYZ | 36.11 | 19.32 | 85.83 | - |
| YUV | 117.2 | 198.43 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 242 | 0.26 | 0.74 | 0 | 0.05 | 278.67 | 0.87 | 0.6 |
| Hex | B2 | 3E | F2 | 1A | 4A | 0 | 5 | 117 | 57 | 3C |
| Octal | 262 | 76 | 362 | 32 | 112 | 0 | 5 | 427 | 127 | 74 |
| Binary | 10110010 | 111110 | 11110010 | 11010 | 1001010 | 0 | 101 | 100010111 | 1010111 | 111100 |
Color Harmonies of #B23EF2
Complementary color
Monochromatic Colors of #B23EF2
Black with #B23EF2
Text Example
Text Example
White with #B23EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23EF2; }
p { color: rgb(178,62,242); }
H1.HeaderClassName
{
color: #B23EF2;
}
.AnyTagClassName
{
color: #B23EF2;
}
</style>
background-color css
<style>
a { background-color: #B23EF2; }
a { background-color: rgb(178,62,242); }
div.DivClassName
{
background-color: #B23EF2;
}
.BgClassName
{
background-color: #B23EF2;
}
</style>
border-color css
<style>
span { border-color: #B23EF2; }
span { border-color: rgb(178,62,242); }
td.TdClassName
{
border-color: #B23EF2;
}
.TagClassName
{
border-color: #B23EF2;
}
</style>