Shades of Medium Orchid #B23AF6
Tints of Medium Orchid #B23AF6
RGB
CMYK
RGB Variations
Color information
#B23AF6 (or 0xB23AF6) is known color: Medium Orchid. HEX triplet: B2, 3A and F6. RGB value is (178,58,246). Sum of RGB (Red+Green+Blue) = 178+58+246=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #B23AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AF6 is #4DC509. Grayscale: #727272. Windows color (decimal): -5096714 or 16136882. OLE color: 16136882.
HSL color Cylindrical-coordinate representation of color #B23AF6: hue angle of 278.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23AF6 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 58 | 246 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.04 |
| HSL | 278.3º | 0.91% | 0.6% | - |
| HSV(B) | 278.3º | 0.76% | 0.96% | - |
| XYZ | 36.51 | 19.14 | 88.96 | - |
| YUV | 115.31 | 201.76 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 246 | 0.28 | 0.76 | 0 | 0.04 | 278.3 | 0.91 | 0.6 |
| Hex | B2 | 3A | F6 | 1C | 4C | 0 | 4 | 116 | 5B | 3C |
| Octal | 262 | 72 | 366 | 34 | 114 | 0 | 4 | 426 | 133 | 74 |
| Binary | 10110010 | 111010 | 11110110 | 11100 | 1001100 | 0 | 100 | 100010110 | 1011011 | 111100 |
Color Harmonies of #B23AF6
Complementary color
Monochromatic Colors of #B23AF6
Black with #B23AF6
Text Example
Text Example
White with #B23AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AF6; }
p { color: rgb(178,58,246); }
H1.HeaderClassName
{
color: #B23AF6;
}
.AnyTagClassName
{
color: #B23AF6;
}
</style>
background-color css
<style>
a { background-color: #B23AF6; }
a { background-color: rgb(178,58,246); }
div.DivClassName
{
background-color: #B23AF6;
}
.BgClassName
{
background-color: #B23AF6;
}
</style>
border-color css
<style>
span { border-color: #B23AF6; }
span { border-color: rgb(178,58,246); }
td.TdClassName
{
border-color: #B23AF6;
}
.TagClassName
{
border-color: #B23AF6;
}
</style>