Shades of Medium Orchid #B242F7
Tints of Medium Orchid #B242F7
RGB
CMYK
RGB Variations
Color information
#B242F7 (or 0xB242F7) is known color: Medium Orchid. HEX triplet: B2, 42 and F7. RGB value is (178,66,247). Sum of RGB (Red+Green+Blue) = 178+66+247=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #B242F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242F7 is #4DBD08. Grayscale: #777777. Windows color (decimal): -5094665 or 16204466. OLE color: 16204466.
HSL color Cylindrical-coordinate representation of color #B242F7: hue angle of 277.13º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B242F7 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 66 | 247 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.03 |
| HSL | 277.13º | 0.92% | 0.61% | - |
| HSV(B) | 277.13º | 0.73% | 0.97% | - |
| XYZ | 37.1 | 20.08 | 89.92 | - |
| YUV | 120.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 247 | 0.28 | 0.73 | 0 | 0.03 | 277.13 | 0.92 | 0.61 |
| Hex | B2 | 42 | F7 | 1C | 49 | 0 | 3 | 115 | 5C | 3D |
| Octal | 262 | 102 | 367 | 34 | 111 | 0 | 3 | 425 | 134 | 75 |
| Binary | 10110010 | 1000010 | 11110111 | 11100 | 1001001 | 0 | 11 | 100010101 | 1011100 | 111101 |
Color Harmonies of #B242F7
Complementary color
Monochromatic Colors of #B242F7
Black with #B242F7
Text Example
Text Example
White with #B242F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242F7; }
p { color: rgb(178,66,247); }
H1.HeaderClassName
{
color: #B242F7;
}
.AnyTagClassName
{
color: #B242F7;
}
</style>
background-color css
<style>
a { background-color: #B242F7; }
a { background-color: rgb(178,66,247); }
div.DivClassName
{
background-color: #B242F7;
}
.BgClassName
{
background-color: #B242F7;
}
</style>
border-color css
<style>
span { border-color: #B242F7; }
span { border-color: rgb(178,66,247); }
td.TdClassName
{
border-color: #B242F7;
}
.TagClassName
{
border-color: #B242F7;
}
</style>