Shades of Medium Orchid #B23AF8
Tints of Medium Orchid #B23AF8
RGB
CMYK
RGB Variations
Color information
#B23AF8 (or 0xB23AF8) is known color: Medium Orchid. HEX triplet: B2, 3A and F8. RGB value is (178,58,248). Sum of RGB (Red+Green+Blue) = 178+58+248=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #B23AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AF8 is #4DC507. Grayscale: #727272. Windows color (decimal): -5096712 or 16267954. OLE color: 16267954.
HSL color Cylindrical-coordinate representation of color #B23AF8: hue angle of 277.89º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B23AF8 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 58 | 248 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.03 |
| HSL | 277.89º | 0.93% | 0.6% | - |
| HSV(B) | 277.89º | 0.77% | 0.97% | - |
| XYZ | 36.82 | 19.27 | 90.59 | - |
| YUV | 115.54 | 202.76 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 248 | 0.28 | 0.77 | 0 | 0.03 | 277.89 | 0.93 | 0.6 |
| Hex | B2 | 3A | F8 | 1C | 4D | 0 | 3 | 116 | 5D | 3C |
| Octal | 262 | 72 | 370 | 34 | 115 | 0 | 3 | 426 | 135 | 74 |
| Binary | 10110010 | 111010 | 11111000 | 11100 | 1001101 | 0 | 11 | 100010110 | 1011101 | 111100 |
Color Harmonies of #B23AF8
Complementary color
Monochromatic Colors of #B23AF8
Black with #B23AF8
Text Example
Text Example
White with #B23AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AF8; }
p { color: rgb(178,58,248); }
H1.HeaderClassName
{
color: #B23AF8;
}
.AnyTagClassName
{
color: #B23AF8;
}
</style>
background-color css
<style>
a { background-color: #B23AF8; }
a { background-color: rgb(178,58,248); }
div.DivClassName
{
background-color: #B23AF8;
}
.BgClassName
{
background-color: #B23AF8;
}
</style>
border-color css
<style>
span { border-color: #B23AF8; }
span { border-color: rgb(178,58,248); }
td.TdClassName
{
border-color: #B23AF8;
}
.TagClassName
{
border-color: #B23AF8;
}
</style>