Shades of Medium Orchid #B542FC
Tints of Medium Orchid #B542FC
RGB
CMYK
RGB Variations
Color information
#B542FC (or 0xB542FC) is known color: Medium Orchid. HEX triplet: B5, 42 and FC. RGB value is (181,66,252). Sum of RGB (Red+Green+Blue) = 181+66+252=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #B542FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542FC is #4ABD03. Grayscale: #787878. Windows color (decimal): -4898052 or 16532149. OLE color: 16532149.
HSL color Cylindrical-coordinate representation of color #B542FC: hue angle of 277.1º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B542FC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 66 | 252 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.01 |
| HSL | 277.1º | 0.97% | 0.62% | - |
| HSV(B) | 277.1º | 0.74% | 0.99% | - |
| XYZ | 38.57 | 20.75 | 94.07 | - |
| YUV | 121.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 252 | 0.28 | 0.74 | 0 | 0.01 | 277.1 | 0.97 | 0.62 |
| Hex | B5 | 42 | FC | 1C | 4A | 0 | 1 | 115 | 61 | 3E |
| Octal | 265 | 102 | 374 | 34 | 112 | 0 | 1 | 425 | 141 | 76 |
| Binary | 10110101 | 1000010 | 11111100 | 11100 | 1001010 | 0 | 1 | 100010101 | 1100001 | 111110 |
Color Harmonies of #B542FC
Complementary color
Monochromatic Colors of #B542FC
Black with #B542FC
Text Example
Text Example
White with #B542FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542FC; }
p { color: rgb(181,66,252); }
H1.HeaderClassName
{
color: #B542FC;
}
.AnyTagClassName
{
color: #B542FC;
}
</style>
background-color css
<style>
a { background-color: #B542FC; }
a { background-color: rgb(181,66,252); }
div.DivClassName
{
background-color: #B542FC;
}
.BgClassName
{
background-color: #B542FC;
}
</style>
border-color css
<style>
span { border-color: #B542FC; }
span { border-color: rgb(181,66,252); }
td.TdClassName
{
border-color: #B542FC;
}
.TagClassName
{
border-color: #B542FC;
}
</style>