Shades of Medium Orchid #B047CB
Tints of Medium Orchid #B047CB
RGB
CMYK
RGB Variations
Color information
#B047CB (or 0xB047CB) is known color: Medium Orchid. HEX triplet: B0, 47 and CB. RGB value is (176,71,203). Sum of RGB (Red+Green+Blue) = 176+71+203=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #B047CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047CB is #4FB834. Grayscale: #757575. Windows color (decimal): -5224501 or 13322160. OLE color: 13322160.
HSL color Cylindrical-coordinate representation of color #B047CB: hue angle of 287.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B047CB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 71 | 203 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.20 |
| HSL | 287.73º | 0.56% | 0.54% | - |
| HSV(B) | 287.73º | 0.65% | 0.8% | - |
| XYZ | 30.94 | 18.05 | 58.35 | - |
| YUV | 117.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 203 | 0.13 | 0.65 | 0 | 0.20 | 287.73 | 0.56 | 0.54 |
| Hex | B0 | 47 | CB | D | 41 | 0 | 14 | 120 | 38 | 36 |
| Octal | 260 | 107 | 313 | 15 | 101 | 0 | 24 | 440 | 70 | 66 |
| Binary | 10110000 | 1000111 | 11001011 | 1101 | 1000001 | 0 | 10100 | 100100000 | 111000 | 110110 |
Color Harmonies of #B047CB
Complementary color
Monochromatic Colors of #B047CB
Black with #B047CB
Text Example
Text Example
White with #B047CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047CB; }
p { color: rgb(176,71,203); }
H1.HeaderClassName
{
color: #B047CB;
}
.AnyTagClassName
{
color: #B047CB;
}
</style>
background-color css
<style>
a { background-color: #B047CB; }
a { background-color: rgb(176,71,203); }
div.DivClassName
{
background-color: #B047CB;
}
.BgClassName
{
background-color: #B047CB;
}
</style>
border-color css
<style>
span { border-color: #B047CB; }
span { border-color: rgb(176,71,203); }
td.TdClassName
{
border-color: #B047CB;
}
.TagClassName
{
border-color: #B047CB;
}
</style>