Shades of Medium Orchid #B46CCC
Tints of Medium Orchid #B46CCC
RGB
CMYK
RGB Variations
Color information
#B46CCC (or 0xB46CCC) is known color: Medium Orchid. HEX triplet: B4, 6C and CC. RGB value is (180,108,204). Sum of RGB (Red+Green+Blue) = 180+108+204=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #B46CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CCC is #4B9333. Grayscale: #8C8C8C. Windows color (decimal): -4952884 or 13397172. OLE color: 13397172.
HSL color Cylindrical-coordinate representation of color #B46CCC: hue angle of 285º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46CCC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 108 | 204 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.2 |
| HSL | 285º | 0.48% | 0.61% | - |
| HSV(B) | 285º | 0.47% | 0.8% | - |
| XYZ | 35.08 | 24.79 | 60.06 | - |
| YUV | 140.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 204 | 0.12 | 0.47 | 0 | 0.2 | 285 | 0.48 | 0.61 |
| Hex | B4 | 6C | CC | C | 2F | 0 | 14 | 11D | 30 | 3D |
| Octal | 264 | 154 | 314 | 14 | 57 | 0 | 24 | 435 | 60 | 75 |
| Binary | 10110100 | 1101100 | 11001100 | 1100 | 101111 | 0 | 10100 | 100011101 | 110000 | 111101 |
Color Harmonies of #B46CCC
Complementary color
Monochromatic Colors of #B46CCC
Black with #B46CCC
Text Example
Text Example
White with #B46CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CCC; }
p { color: rgb(180,108,204); }
H1.HeaderClassName
{
color: #B46CCC;
}
.AnyTagClassName
{
color: #B46CCC;
}
</style>
background-color css
<style>
a { background-color: #B46CCC; }
a { background-color: rgb(180,108,204); }
div.DivClassName
{
background-color: #B46CCC;
}
.BgClassName
{
background-color: #B46CCC;
}
</style>
border-color css
<style>
span { border-color: #B46CCC; }
span { border-color: rgb(180,108,204); }
td.TdClassName
{
border-color: #B46CCC;
}
.TagClassName
{
border-color: #B46CCC;
}
</style>