Shades of Medium Orchid #B46CC7
Tints of Medium Orchid #B46CC7
RGB
CMYK
RGB Variations
Color information
#B46CC7 (or 0xB46CC7) is known color: Medium Orchid. HEX triplet: B4, 6C and C7. RGB value is (180,108,199). Sum of RGB (Red+Green+Blue) = 180+108+199=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 199 - color contains mainly: blue. Hex color #B46CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CC7 is #4B9338. Grayscale: #8B8B8B. Windows color (decimal): -4952889 or 13069492. OLE color: 13069492.
HSL color Cylindrical-coordinate representation of color #B46CC7: hue angle of 287.47º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46CC7 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 108 | 199 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.22 |
| HSL | 287.47º | 0.45% | 0.6% | - |
| HSV(B) | 287.47º | 0.46% | 0.78% | - |
| XYZ | 34.49 | 24.55 | 56.95 | - |
| YUV | 139.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 199 | 0.10 | 0.46 | 0 | 0.22 | 287.47 | 0.45 | 0.6 |
| Hex | B4 | 6C | C7 | A | 2E | 0 | 16 | 11F | 2D | 3C |
| Octal | 264 | 154 | 307 | 12 | 56 | 0 | 26 | 437 | 55 | 74 |
| Binary | 10110100 | 1101100 | 11000111 | 1010 | 101110 | 0 | 10110 | 100011111 | 101101 | 111100 |
Color Harmonies of #B46CC7
Complementary color
Monochromatic Colors of #B46CC7
Black with #B46CC7
Text Example
Text Example
White with #B46CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CC7; }
p { color: rgb(180,108,199); }
H1.HeaderClassName
{
color: #B46CC7;
}
.AnyTagClassName
{
color: #B46CC7;
}
</style>
background-color css
<style>
a { background-color: #B46CC7; }
a { background-color: rgb(180,108,199); }
div.DivClassName
{
background-color: #B46CC7;
}
.BgClassName
{
background-color: #B46CC7;
}
</style>
border-color css
<style>
span { border-color: #B46CC7; }
span { border-color: rgb(180,108,199); }
td.TdClassName
{
border-color: #B46CC7;
}
.TagClassName
{
border-color: #B46CC7;
}
</style>