Shades of Medium Orchid #B542F2
Tints of Medium Orchid #B542F2
RGB
CMYK
RGB Variations
Color information
#B542F2 (or 0xB542F2) is known color: Medium Orchid. HEX triplet: B5, 42 and F2. RGB value is (181,66,242). Sum of RGB (Red+Green+Blue) = 181+66+242=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #B542F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542F2 is #4ABD0D. Grayscale: #777777. Windows color (decimal): -4898062 or 15876789. OLE color: 15876789.
HSL color Cylindrical-coordinate representation of color #B542F2: hue angle of 279.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B542F2 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 66 | 242 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.05 |
| HSL | 279.2º | 0.87% | 0.6% | - |
| HSV(B) | 279.2º | 0.73% | 0.95% | - |
| XYZ | 37.03 | 20.13 | 85.94 | - |
| YUV | 120.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 242 | 0.25 | 0.73 | 0 | 0.05 | 279.2 | 0.87 | 0.6 |
| Hex | B5 | 42 | F2 | 19 | 49 | 0 | 5 | 117 | 57 | 3C |
| Octal | 265 | 102 | 362 | 31 | 111 | 0 | 5 | 427 | 127 | 74 |
| Binary | 10110101 | 1000010 | 11110010 | 11001 | 1001001 | 0 | 101 | 100010111 | 1010111 | 111100 |
Color Harmonies of #B542F2
Complementary color
Monochromatic Colors of #B542F2
Black with #B542F2
Text Example
Text Example
White with #B542F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542F2; }
p { color: rgb(181,66,242); }
H1.HeaderClassName
{
color: #B542F2;
}
.AnyTagClassName
{
color: #B542F2;
}
</style>
background-color css
<style>
a { background-color: #B542F2; }
a { background-color: rgb(181,66,242); }
div.DivClassName
{
background-color: #B542F2;
}
.BgClassName
{
background-color: #B542F2;
}
</style>
border-color css
<style>
span { border-color: #B542F2; }
span { border-color: rgb(181,66,242); }
td.TdClassName
{
border-color: #B542F2;
}
.TagClassName
{
border-color: #B542F2;
}
</style>