Shades of Medium Orchid #B46ECC
Tints of Medium Orchid #B46ECC
RGB
CMYK
RGB Variations
Color information
#B46ECC (or 0xB46ECC) is known color: Medium Orchid. HEX triplet: B4, 6E and CC. RGB value is (180,110,204). Sum of RGB (Red+Green+Blue) = 180+110+204=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B46ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ECC is #4B9133. Grayscale: #8D8D8D. Windows color (decimal): -4952372 or 13397684. OLE color: 13397684.
HSL color Cylindrical-coordinate representation of color #B46ECC: hue angle of 284.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46ECC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 110 | 204 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.2 |
| HSL | 284.68º | 0.48% | 0.62% | - |
| HSV(B) | 284.68º | 0.46% | 0.8% | - |
| XYZ | 35.3 | 25.21 | 60.13 | - |
| YUV | 141.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 204 | 0.12 | 0.46 | 0 | 0.2 | 284.68 | 0.48 | 0.62 |
| Hex | B4 | 6E | CC | C | 2E | 0 | 14 | 11D | 30 | 3E |
| Octal | 264 | 156 | 314 | 14 | 56 | 0 | 24 | 435 | 60 | 76 |
| Binary | 10110100 | 1101110 | 11001100 | 1100 | 101110 | 0 | 10100 | 100011101 | 110000 | 111110 |
Color Harmonies of #B46ECC
Complementary color
Monochromatic Colors of #B46ECC
Black with #B46ECC
Text Example
Text Example
White with #B46ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46ECC; }
p { color: rgb(180,110,204); }
H1.HeaderClassName
{
color: #B46ECC;
}
.AnyTagClassName
{
color: #B46ECC;
}
</style>
background-color css
<style>
a { background-color: #B46ECC; }
a { background-color: rgb(180,110,204); }
div.DivClassName
{
background-color: #B46ECC;
}
.BgClassName
{
background-color: #B46ECC;
}
</style>
border-color css
<style>
span { border-color: #B46ECC; }
span { border-color: rgb(180,110,204); }
td.TdClassName
{
border-color: #B46ECC;
}
.TagClassName
{
border-color: #B46ECC;
}
</style>