Shades of Medium Orchid #B242FF
Tints of Medium Orchid #B242FF
RGB
CMYK
RGB Variations
Color information
#B242FF (or 0xB242FF) is known color: Medium Orchid. HEX triplet: B2, 42 and FF. RGB value is (178,66,255). Sum of RGB (Red+Green+Blue) = 178+66+255=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B242FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242FF is #4DBD00. Grayscale: #787878. Windows color (decimal): -5094657 or 16728754. OLE color: 16728754.
HSL color Cylindrical-coordinate representation of color #B242FF: hue angle of 275.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B242FF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 66 | 255 | - |
| CMYK | 0.30 | 0.74 | 0 | 0 |
| HSL | 275.56º | 1% | 0.63% | - |
| HSV(B) | 275.56º | 0.74% | 1% | - |
| XYZ | 38.36 | 20.58 | 96.56 | - |
| YUV | 121.03 | 203.61 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 255 | 0.30 | 0.74 | 0 | 0 | 275.56 | 1 | 0.63 |
| Hex | B2 | 42 | FF | 1E | 4A | 0 | 0 | 114 | 64 | 3F |
| Octal | 262 | 102 | 377 | 36 | 112 | 0 | 0 | 424 | 144 | 77 |
| Binary | 10110010 | 1000010 | 11111111 | 11110 | 1001010 | 0 | 0 | 100010100 | 1100100 | 111111 |
Color Harmonies of #B242FF
Complementary color
Monochromatic Colors of #B242FF
Black with #B242FF
Text Example
Text Example
White with #B242FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242FF; }
p { color: rgb(178,66,255); }
H1.HeaderClassName
{
color: #B242FF;
}
.AnyTagClassName
{
color: #B242FF;
}
</style>
background-color css
<style>
a { background-color: #B242FF; }
a { background-color: rgb(178,66,255); }
div.DivClassName
{
background-color: #B242FF;
}
.BgClassName
{
background-color: #B242FF;
}
</style>
border-color css
<style>
span { border-color: #B242FF; }
span { border-color: rgb(178,66,255); }
td.TdClassName
{
border-color: #B242FF;
}
.TagClassName
{
border-color: #B242FF;
}
</style>