Shades of Medium Orchid #B04CCF
Tints of Medium Orchid #B04CCF
RGB
CMYK
RGB Variations
Color information
#B04CCF (or 0xB04CCF) is known color: Medium Orchid. HEX triplet: B0, 4C and CF. RGB value is (176,76,207). Sum of RGB (Red+Green+Blue) = 176+76+207=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B04CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CCF is #4FB330. Grayscale: #787878. Windows color (decimal): -5223217 or 13585584. OLE color: 13585584.
HSL color Cylindrical-coordinate representation of color #B04CCF: hue angle of 285.8º degrees, saturation: 0.58, 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 #B04CCF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 76 | 207 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.19 |
| HSL | 285.8º | 0.58% | 0.55% | - |
| HSV(B) | 285.8º | 0.63% | 0.81% | - |
| XYZ | 31.75 | 18.9 | 61.01 | - |
| YUV | 120.83 | 176.63 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 207 | 0.15 | 0.63 | 0 | 0.19 | 285.8 | 0.58 | 0.55 |
| Hex | B0 | 4C | CF | F | 3F | 0 | 13 | 11E | 3A | 37 |
| Octal | 260 | 114 | 317 | 17 | 77 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10110000 | 1001100 | 11001111 | 1111 | 111111 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #B04CCF
Complementary color
Monochromatic Colors of #B04CCF
Black with #B04CCF
Text Example
Text Example
White with #B04CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CCF; }
p { color: rgb(176,76,207); }
H1.HeaderClassName
{
color: #B04CCF;
}
.AnyTagClassName
{
color: #B04CCF;
}
</style>
background-color css
<style>
a { background-color: #B04CCF; }
a { background-color: rgb(176,76,207); }
div.DivClassName
{
background-color: #B04CCF;
}
.BgClassName
{
background-color: #B04CCF;
}
</style>
border-color css
<style>
span { border-color: #B04CCF; }
span { border-color: rgb(176,76,207); }
td.TdClassName
{
border-color: #B04CCF;
}
.TagClassName
{
border-color: #B04CCF;
}
</style>