Shades of Medium Orchid #B04CCE
Tints of Medium Orchid #B04CCE
RGB
CMYK
RGB Variations
Color information
#B04CCE (or 0xB04CCE) is known color: Medium Orchid. HEX triplet: B0, 4C and CE. RGB value is (176,76,206). Sum of RGB (Red+Green+Blue) = 176+76+206=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #B04CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CCE is #4FB331. Grayscale: #787878. Windows color (decimal): -5223218 or 13520048. OLE color: 13520048.
HSL color Cylindrical-coordinate representation of color #B04CCE: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04CCE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 76 | 206 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.19 |
| HSL | 286.15º | 0.57% | 0.55% | - |
| HSV(B) | 286.15º | 0.63% | 0.81% | - |
| XYZ | 31.63 | 18.86 | 60.36 | - |
| YUV | 120.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 206 | 0.15 | 0.63 | 0 | 0.19 | 286.15 | 0.57 | 0.55 |
| Hex | B0 | 4C | CE | F | 3F | 0 | 13 | 11E | 39 | 37 |
| Octal | 260 | 114 | 316 | 17 | 77 | 0 | 23 | 436 | 71 | 67 |
| Binary | 10110000 | 1001100 | 11001110 | 1111 | 111111 | 0 | 10011 | 100011110 | 111001 | 110111 |
Color Harmonies of #B04CCE
Complementary color
Monochromatic Colors of #B04CCE
Black with #B04CCE
Text Example
Text Example
White with #B04CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CCE; }
p { color: rgb(176,76,206); }
H1.HeaderClassName
{
color: #B04CCE;
}
.AnyTagClassName
{
color: #B04CCE;
}
</style>
background-color css
<style>
a { background-color: #B04CCE; }
a { background-color: rgb(176,76,206); }
div.DivClassName
{
background-color: #B04CCE;
}
.BgClassName
{
background-color: #B04CCE;
}
</style>
border-color css
<style>
span { border-color: #B04CCE; }
span { border-color: rgb(176,76,206); }
td.TdClassName
{
border-color: #B04CCE;
}
.TagClassName
{
border-color: #B04CCE;
}
</style>