Shades of Medium Orchid #B04FCE
Tints of Medium Orchid #B04FCE
RGB
CMYK
RGB Variations
Color information
#B04FCE (or 0xB04FCE) is known color: Medium Orchid. HEX triplet: B0, 4F and CE. RGB value is (176,79,206). Sum of RGB (Red+Green+Blue) = 176+79+206=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #B04FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FCE is #4FB031. Grayscale: #7A7A7A. Windows color (decimal): -5222450 or 13520816. OLE color: 13520816.
HSL color Cylindrical-coordinate representation of color #B04FCE: hue angle of 285.83º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04FCE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 79 | 206 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.19 |
| HSL | 285.83º | 0.56% | 0.56% | - |
| HSV(B) | 285.83º | 0.62% | 0.81% | - |
| XYZ | 31.84 | 19.28 | 60.44 | - |
| YUV | 122.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 206 | 0.15 | 0.62 | 0 | 0.19 | 285.83 | 0.56 | 0.56 |
| Hex | B0 | 4F | CE | F | 3E | 0 | 13 | 11E | 38 | 38 |
| Octal | 260 | 117 | 316 | 17 | 76 | 0 | 23 | 436 | 70 | 70 |
| Binary | 10110000 | 1001111 | 11001110 | 1111 | 111110 | 0 | 10011 | 100011110 | 111000 | 111000 |
Color Harmonies of #B04FCE
Complementary color
Monochromatic Colors of #B04FCE
Black with #B04FCE
Text Example
Text Example
White with #B04FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FCE; }
p { color: rgb(176,79,206); }
H1.HeaderClassName
{
color: #B04FCE;
}
.AnyTagClassName
{
color: #B04FCE;
}
</style>
background-color css
<style>
a { background-color: #B04FCE; }
a { background-color: rgb(176,79,206); }
div.DivClassName
{
background-color: #B04FCE;
}
.BgClassName
{
background-color: #B04FCE;
}
</style>
border-color css
<style>
span { border-color: #B04FCE; }
span { border-color: rgb(176,79,206); }
td.TdClassName
{
border-color: #B04FCE;
}
.TagClassName
{
border-color: #B04FCE;
}
</style>