Shades of Medium Orchid #B54FCB
Tints of Medium Orchid #B54FCB
RGB
CMYK
RGB Variations
Color information
#B54FCB (or 0xB54FCB) is known color: Medium Orchid. HEX triplet: B5, 4F and CB. RGB value is (181,79,203). Sum of RGB (Red+Green+Blue) = 181+79+203=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #B54FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FCB is #4AB034. Grayscale: #7B7B7B. Windows color (decimal): -4894773 or 13324213. OLE color: 13324213.
HSL color Cylindrical-coordinate representation of color #B54FCB: hue angle of 289.35º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54FCB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 79 | 203 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.20 |
| HSL | 289.35º | 0.54% | 0.55% | - |
| HSV(B) | 289.35º | 0.61% | 0.8% | - |
| XYZ | 32.63 | 19.73 | 58.59 | - |
| YUV | 123.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 203 | 0.11 | 0.61 | 0 | 0.20 | 289.35 | 0.54 | 0.55 |
| Hex | B5 | 4F | CB | B | 3D | 0 | 14 | 121 | 36 | 37 |
| Octal | 265 | 117 | 313 | 13 | 75 | 0 | 24 | 441 | 66 | 67 |
| Binary | 10110101 | 1001111 | 11001011 | 1011 | 111101 | 0 | 10100 | 100100001 | 110110 | 110111 |
Color Harmonies of #B54FCB
Complementary color
Monochromatic Colors of #B54FCB
Black with #B54FCB
Text Example
Text Example
White with #B54FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FCB; }
p { color: rgb(181,79,203); }
H1.HeaderClassName
{
color: #B54FCB;
}
.AnyTagClassName
{
color: #B54FCB;
}
</style>
background-color css
<style>
a { background-color: #B54FCB; }
a { background-color: rgb(181,79,203); }
div.DivClassName
{
background-color: #B54FCB;
}
.BgClassName
{
background-color: #B54FCB;
}
</style>
border-color css
<style>
span { border-color: #B54FCB; }
span { border-color: rgb(181,79,203); }
td.TdClassName
{
border-color: #B54FCB;
}
.TagClassName
{
border-color: #B54FCB;
}
</style>