Shades of Medium Orchid #B23AF3
Tints of Medium Orchid #B23AF3
RGB
CMYK
RGB Variations
Color information
#B23AF3 (or 0xB23AF3) is known color: Medium Orchid. HEX triplet: B2, 3A and F3. RGB value is (178,58,243). Sum of RGB (Red+Green+Blue) = 178+58+243=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #B23AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AF3 is #4DC50C. Grayscale: #727272. Windows color (decimal): -5096717 or 15940274. OLE color: 15940274.
HSL color Cylindrical-coordinate representation of color #B23AF3: hue angle of 278.92º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23AF3 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 58 | 243 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.05 |
| HSL | 278.92º | 0.89% | 0.59% | - |
| HSV(B) | 278.92º | 0.76% | 0.95% | - |
| XYZ | 36.05 | 18.96 | 86.55 | - |
| YUV | 114.97 | 200.26 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 243 | 0.27 | 0.76 | 0 | 0.05 | 278.92 | 0.89 | 0.59 |
| Hex | B2 | 3A | F3 | 1B | 4C | 0 | 5 | 117 | 59 | 3B |
| Octal | 262 | 72 | 363 | 33 | 114 | 0 | 5 | 427 | 131 | 73 |
| Binary | 10110010 | 111010 | 11110011 | 11011 | 1001100 | 0 | 101 | 100010111 | 1011001 | 111011 |
Color Harmonies of #B23AF3
Complementary color
Monochromatic Colors of #B23AF3
Black with #B23AF3
Text Example
Text Example
White with #B23AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AF3; }
p { color: rgb(178,58,243); }
H1.HeaderClassName
{
color: #B23AF3;
}
.AnyTagClassName
{
color: #B23AF3;
}
</style>
background-color css
<style>
a { background-color: #B23AF3; }
a { background-color: rgb(178,58,243); }
div.DivClassName
{
background-color: #B23AF3;
}
.BgClassName
{
background-color: #B23AF3;
}
</style>
border-color css
<style>
span { border-color: #B23AF3; }
span { border-color: rgb(178,58,243); }
td.TdClassName
{
border-color: #B23AF3;
}
.TagClassName
{
border-color: #B23AF3;
}
</style>