Shades of Medium Orchid #B242FE
Tints of Medium Orchid #B242FE
RGB
CMYK
RGB Variations
Color information
#B242FE (or 0xB242FE) is known color: Medium Orchid. HEX triplet: B2, 42 and FE. RGB value is (178,66,254). Sum of RGB (Red+Green+Blue) = 178+66+254=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B242FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242FE is #4DBD01. Grayscale: #787878. Windows color (decimal): -5094658 or 16663218. OLE color: 16663218.
HSL color Cylindrical-coordinate representation of color #B242FE: hue angle of 275.74º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B242FE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 66 | 254 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.00 |
| HSL | 275.74º | 0.99% | 0.63% | - |
| HSV(B) | 275.74º | 0.74% | 1% | - |
| XYZ | 38.2 | 20.52 | 95.71 | - |
| YUV | 120.92 | 203.11 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 254 | 0.30 | 0.74 | 0 | 0.00 | 275.74 | 0.99 | 0.63 |
| Hex | B2 | 42 | FE | 1E | 4A | 0 | 0 | 114 | 63 | 3F |
| Octal | 262 | 102 | 376 | 36 | 112 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110010 | 1000010 | 11111110 | 11110 | 1001010 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B242FE
Complementary color
Monochromatic Colors of #B242FE
Black with #B242FE
Text Example
Text Example
White with #B242FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242FE; }
p { color: rgb(178,66,254); }
H1.HeaderClassName
{
color: #B242FE;
}
.AnyTagClassName
{
color: #B242FE;
}
</style>
background-color css
<style>
a { background-color: #B242FE; }
a { background-color: rgb(178,66,254); }
div.DivClassName
{
background-color: #B242FE;
}
.BgClassName
{
background-color: #B242FE;
}
</style>
border-color css
<style>
span { border-color: #B242FE; }
span { border-color: rgb(178,66,254); }
td.TdClassName
{
border-color: #B242FE;
}
.TagClassName
{
border-color: #B242FE;
}
</style>