Shades of Medium Orchid #B242F4
Tints of Medium Orchid #B242F4
RGB
CMYK
RGB Variations
Color information
#B242F4 (or 0xB242F4) is known color: Medium Orchid. HEX triplet: B2, 42 and F4. RGB value is (178,66,244). Sum of RGB (Red+Green+Blue) = 178+66+244=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #B242F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242F4 is #4DBD0B. Grayscale: #777777. Windows color (decimal): -5094668 or 16007858. OLE color: 16007858.
HSL color Cylindrical-coordinate representation of color #B242F4: hue angle of 277.75º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B242F4 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 66 | 244 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.04 |
| HSL | 277.75º | 0.89% | 0.61% | - |
| HSV(B) | 277.75º | 0.73% | 0.96% | - |
| XYZ | 36.64 | 19.89 | 87.5 | - |
| YUV | 119.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 244 | 0.27 | 0.73 | 0 | 0.04 | 277.75 | 0.89 | 0.61 |
| Hex | B2 | 42 | F4 | 1B | 49 | 0 | 4 | 116 | 59 | 3D |
| Octal | 262 | 102 | 364 | 33 | 111 | 0 | 4 | 426 | 131 | 75 |
| Binary | 10110010 | 1000010 | 11110100 | 11011 | 1001001 | 0 | 100 | 100010110 | 1011001 | 111101 |
Color Harmonies of #B242F4
Complementary color
Monochromatic Colors of #B242F4
Black with #B242F4
Text Example
Text Example
White with #B242F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242F4; }
p { color: rgb(178,66,244); }
H1.HeaderClassName
{
color: #B242F4;
}
.AnyTagClassName
{
color: #B242F4;
}
</style>
background-color css
<style>
a { background-color: #B242F4; }
a { background-color: rgb(178,66,244); }
div.DivClassName
{
background-color: #B242F4;
}
.BgClassName
{
background-color: #B242F4;
}
</style>
border-color css
<style>
span { border-color: #B242F4; }
span { border-color: rgb(178,66,244); }
td.TdClassName
{
border-color: #B242F4;
}
.TagClassName
{
border-color: #B242F4;
}
</style>