Shades of Medium Orchid #B24AFB
Tints of Medium Orchid #B24AFB
RGB
CMYK
RGB Variations
Color information
#B24AFB (or 0xB24AFB) is known color: Medium Orchid. HEX triplet: B2, 4A and FB. RGB value is (178,74,251). Sum of RGB (Red+Green+Blue) = 178+74+251=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #B24AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24AFB is #4DB504. Grayscale: #7C7C7C. Windows color (decimal): -5092613 or 16468658. OLE color: 16468658.
HSL color Cylindrical-coordinate representation of color #B24AFB: hue angle of 275.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B24AFB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 74 | 251 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.02 |
| HSL | 275.25º | 0.96% | 0.64% | - |
| HSV(B) | 275.25º | 0.71% | 0.98% | - |
| XYZ | 38.22 | 21.33 | 93.37 | - |
| YUV | 125.27 | 198.96 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 251 | 0.29 | 0.71 | 0 | 0.02 | 275.25 | 0.96 | 0.64 |
| Hex | B2 | 4A | FB | 1D | 47 | 0 | 2 | 113 | 60 | 40 |
| Octal | 262 | 112 | 373 | 35 | 107 | 0 | 2 | 423 | 140 | 100 |
| Binary | 10110010 | 1001010 | 11111011 | 11101 | 1000111 | 0 | 10 | 100010011 | 1100000 | 1000000 |
Color Harmonies of #B24AFB
Complementary color
Monochromatic Colors of #B24AFB
Black with #B24AFB
Text Example
Text Example
White with #B24AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AFB; }
p { color: rgb(178,74,251); }
H1.HeaderClassName
{
color: #B24AFB;
}
.AnyTagClassName
{
color: #B24AFB;
}
</style>
background-color css
<style>
a { background-color: #B24AFB; }
a { background-color: rgb(178,74,251); }
div.DivClassName
{
background-color: #B24AFB;
}
.BgClassName
{
background-color: #B24AFB;
}
</style>
border-color css
<style>
span { border-color: #B24AFB; }
span { border-color: rgb(178,74,251); }
td.TdClassName
{
border-color: #B24AFB;
}
.TagClassName
{
border-color: #B24AFB;
}
</style>