Shades of Medium Orchid #B542FB
Tints of Medium Orchid #B542FB
RGB
CMYK
RGB Variations
Color information
#B542FB (or 0xB542FB) is known color: Medium Orchid. HEX triplet: B5, 42 and FB. RGB value is (181,66,251). Sum of RGB (Red+Green+Blue) = 181+66+251=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #B542FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542FB is #4ABD04. Grayscale: #787878. Windows color (decimal): -4898053 or 16466613. OLE color: 16466613.
HSL color Cylindrical-coordinate representation of color #B542FB: hue angle of 277.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B542FB is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 66 | 251 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.02 |
| HSL | 277.3º | 0.96% | 0.62% | - |
| HSV(B) | 277.3º | 0.74% | 0.98% | - |
| XYZ | 38.42 | 20.69 | 93.23 | - |
| YUV | 121.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 251 | 0.28 | 0.74 | 0 | 0.02 | 277.3 | 0.96 | 0.62 |
| Hex | B5 | 42 | FB | 1C | 4A | 0 | 2 | 115 | 60 | 3E |
| Octal | 265 | 102 | 373 | 34 | 112 | 0 | 2 | 425 | 140 | 76 |
| Binary | 10110101 | 1000010 | 11111011 | 11100 | 1001010 | 0 | 10 | 100010101 | 1100000 | 111110 |
Color Harmonies of #B542FB
Complementary color
Monochromatic Colors of #B542FB
Black with #B542FB
Text Example
Text Example
White with #B542FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542FB; }
p { color: rgb(181,66,251); }
H1.HeaderClassName
{
color: #B542FB;
}
.AnyTagClassName
{
color: #B542FB;
}
</style>
background-color css
<style>
a { background-color: #B542FB; }
a { background-color: rgb(181,66,251); }
div.DivClassName
{
background-color: #B542FB;
}
.BgClassName
{
background-color: #B542FB;
}
</style>
border-color css
<style>
span { border-color: #B542FB; }
span { border-color: rgb(181,66,251); }
td.TdClassName
{
border-color: #B542FB;
}
.TagClassName
{
border-color: #B542FB;
}
</style>