Shades of Medium Orchid #B054CB
Tints of Medium Orchid #B054CB
RGB
CMYK
RGB Variations
Color information
#B054CB (or 0xB054CB) is known color: Medium Orchid. HEX triplet: B0, 54 and CB. RGB value is (176,84,203). Sum of RGB (Red+Green+Blue) = 176+84+203=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 84 (33.20% from 255 or 18.14% 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 #B054CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054CB is #4FAB34. Grayscale: #7C7C7C. Windows color (decimal): -5221173 or 13325488. OLE color: 13325488.
HSL color Cylindrical-coordinate representation of color #B054CB: hue angle of 286.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B054CB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 84 | 203 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.20 |
| HSL | 286.39º | 0.53% | 0.56% | - |
| HSV(B) | 286.39º | 0.59% | 0.8% | - |
| XYZ | 31.85 | 19.88 | 58.66 | - |
| YUV | 125.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 203 | 0.13 | 0.59 | 0 | 0.20 | 286.39 | 0.53 | 0.56 |
| Hex | B0 | 54 | CB | D | 3B | 0 | 14 | 11E | 35 | 38 |
| Octal | 260 | 124 | 313 | 15 | 73 | 0 | 24 | 436 | 65 | 70 |
| Binary | 10110000 | 1010100 | 11001011 | 1101 | 111011 | 0 | 10100 | 100011110 | 110101 | 111000 |
Color Harmonies of #B054CB
Complementary color
Monochromatic Colors of #B054CB
Black with #B054CB
Text Example
Text Example
White with #B054CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054CB; }
p { color: rgb(176,84,203); }
H1.HeaderClassName
{
color: #B054CB;
}
.AnyTagClassName
{
color: #B054CB;
}
</style>
background-color css
<style>
a { background-color: #B054CB; }
a { background-color: rgb(176,84,203); }
div.DivClassName
{
background-color: #B054CB;
}
.BgClassName
{
background-color: #B054CB;
}
</style>
border-color css
<style>
span { border-color: #B054CB; }
span { border-color: rgb(176,84,203); }
td.TdClassName
{
border-color: #B054CB;
}
.TagClassName
{
border-color: #B054CB;
}
</style>