Shades of Medium Orchid #B24FFB
Tints of Medium Orchid #B24FFB
RGB
CMYK
RGB Variations
Color information
#B24FFB (or 0xB24FFB) is known color: Medium Orchid. HEX triplet: B2, 4F and FB. RGB value is (178,79,251). Sum of RGB (Red+Green+Blue) = 178+79+251=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #B24FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24FFB is #4DB004. Grayscale: #7F7F7F. Windows color (decimal): -5091333 or 16469938. OLE color: 16469938.
HSL color Cylindrical-coordinate representation of color #B24FFB: hue angle of 274.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24FFB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 79 | 251 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.02 |
| HSL | 274.53º | 0.96% | 0.65% | - |
| HSV(B) | 274.53º | 0.69% | 0.98% | - |
| XYZ | 38.57 | 22.02 | 93.48 | - |
| YUV | 128.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 251 | 0.29 | 0.69 | 0 | 0.02 | 274.53 | 0.96 | 0.65 |
| Hex | B2 | 4F | FB | 1D | 45 | 0 | 2 | 113 | 60 | 41 |
| Octal | 262 | 117 | 373 | 35 | 105 | 0 | 2 | 423 | 140 | 101 |
| Binary | 10110010 | 1001111 | 11111011 | 11101 | 1000101 | 0 | 10 | 100010011 | 1100000 | 1000001 |
Color Harmonies of #B24FFB
Complementary color
Monochromatic Colors of #B24FFB
Black with #B24FFB
Text Example
Text Example
White with #B24FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24FFB; }
p { color: rgb(178,79,251); }
H1.HeaderClassName
{
color: #B24FFB;
}
.AnyTagClassName
{
color: #B24FFB;
}
</style>
background-color css
<style>
a { background-color: #B24FFB; }
a { background-color: rgb(178,79,251); }
div.DivClassName
{
background-color: #B24FFB;
}
.BgClassName
{
background-color: #B24FFB;
}
</style>
border-color css
<style>
span { border-color: #B24FFB; }
span { border-color: rgb(178,79,251); }
td.TdClassName
{
border-color: #B24FFB;
}
.TagClassName
{
border-color: #B24FFB;
}
</style>