Shades of Medium Orchid #B24AF8
Tints of Medium Orchid #B24AF8
RGB
CMYK
RGB Variations
Color information
#B24AF8 (or 0xB24AF8) is known color: Medium Orchid. HEX triplet: B2, 4A and F8. RGB value is (178,74,248). Sum of RGB (Red+Green+Blue) = 178+74+248=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #B24AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24AF8 is #4DB507. Grayscale: #7C7C7C. Windows color (decimal): -5092616 or 16272050. OLE color: 16272050.
HSL color Cylindrical-coordinate representation of color #B24AF8: hue angle of 275.86º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B24AF8 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 74 | 248 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.03 |
| HSL | 275.86º | 0.93% | 0.63% | - |
| HSV(B) | 275.86º | 0.7% | 0.97% | - |
| XYZ | 37.75 | 21.14 | 90.9 | - |
| YUV | 124.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 248 | 0.28 | 0.70 | 0 | 0.03 | 275.86 | 0.93 | 0.63 |
| Hex | B2 | 4A | F8 | 1C | 46 | 0 | 3 | 114 | 5D | 3F |
| Octal | 262 | 112 | 370 | 34 | 106 | 0 | 3 | 424 | 135 | 77 |
| Binary | 10110010 | 1001010 | 11111000 | 11100 | 1000110 | 0 | 11 | 100010100 | 1011101 | 111111 |
Color Harmonies of #B24AF8
Complementary color
Monochromatic Colors of #B24AF8
Black with #B24AF8
Text Example
Text Example
White with #B24AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AF8; }
p { color: rgb(178,74,248); }
H1.HeaderClassName
{
color: #B24AF8;
}
.AnyTagClassName
{
color: #B24AF8;
}
</style>
background-color css
<style>
a { background-color: #B24AF8; }
a { background-color: rgb(178,74,248); }
div.DivClassName
{
background-color: #B24AF8;
}
.BgClassName
{
background-color: #B24AF8;
}
</style>
border-color css
<style>
span { border-color: #B24AF8; }
span { border-color: rgb(178,74,248); }
td.TdClassName
{
border-color: #B24AF8;
}
.TagClassName
{
border-color: #B24AF8;
}
</style>