Shades of Medium Orchid #B24AFE
Tints of Medium Orchid #B24AFE
RGB
CMYK
RGB Variations
Color information
#B24AFE (or 0xB24AFE) is known color: Medium Orchid. HEX triplet: B2, 4A and FE. RGB value is (178,74,254). Sum of RGB (Red+Green+Blue) = 178+74+254=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #B24AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24AFE is #4DB501. Grayscale: #7D7D7D. Windows color (decimal): -5092610 or 16665266. OLE color: 16665266.
HSL color Cylindrical-coordinate representation of color #B24AFE: hue angle of 274.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B24AFE is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 74 | 254 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.00 |
| HSL | 274.67º | 0.99% | 0.64% | - |
| HSV(B) | 274.67º | 0.71% | 1% | - |
| XYZ | 38.7 | 21.52 | 95.88 | - |
| YUV | 125.62 | 200.46 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 254 | 0.30 | 0.71 | 0 | 0.00 | 274.67 | 0.99 | 0.64 |
| Hex | B2 | 4A | FE | 1E | 47 | 0 | 0 | 113 | 63 | 40 |
| Octal | 262 | 112 | 376 | 36 | 107 | 0 | 0 | 423 | 143 | 100 |
| Binary | 10110010 | 1001010 | 11111110 | 11110 | 1000111 | 0 | 0 | 100010011 | 1100011 | 1000000 |
Color Harmonies of #B24AFE
Complementary color
Monochromatic Colors of #B24AFE
Black with #B24AFE
Text Example
Text Example
White with #B24AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AFE; }
p { color: rgb(178,74,254); }
H1.HeaderClassName
{
color: #B24AFE;
}
.AnyTagClassName
{
color: #B24AFE;
}
</style>
background-color css
<style>
a { background-color: #B24AFE; }
a { background-color: rgb(178,74,254); }
div.DivClassName
{
background-color: #B24AFE;
}
.BgClassName
{
background-color: #B24AFE;
}
</style>
border-color css
<style>
span { border-color: #B24AFE; }
span { border-color: rgb(178,74,254); }
td.TdClassName
{
border-color: #B24AFE;
}
.TagClassName
{
border-color: #B24AFE;
}
</style>