Shades of Medium Orchid #B46CE4
Tints of Medium Orchid #B46CE4
RGB
CMYK
RGB Variations
Color information
#B46CE4 (or 0xB46CE4) is known color: Medium Orchid. HEX triplet: B4, 6C and E4. RGB value is (180,108,228). Sum of RGB (Red+Green+Blue) = 180+108+228=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #B46CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CE4 is #4B931B. Grayscale: #8E8E8E. Windows color (decimal): -4952860 or 14970036. OLE color: 14970036.
HSL color Cylindrical-coordinate representation of color #B46CE4: hue angle of 276º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B46CE4 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 108 | 228 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.11 |
| HSL | 276º | 0.69% | 0.66% | - |
| HSV(B) | 276º | 0.53% | 0.89% | - |
| XYZ | 38.19 | 26.03 | 76.41 | - |
| YUV | 143.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 228 | 0.21 | 0.53 | 0 | 0.11 | 276 | 0.69 | 0.66 |
| Hex | B4 | 6C | E4 | 15 | 35 | 0 | B | 114 | 45 | 42 |
| Octal | 264 | 154 | 344 | 25 | 65 | 0 | 13 | 424 | 105 | 102 |
| Binary | 10110100 | 1101100 | 11100100 | 10101 | 110101 | 0 | 1011 | 100010100 | 1000101 | 1000010 |
Color Harmonies of #B46CE4
Complementary color
Monochromatic Colors of #B46CE4
Black with #B46CE4
Text Example
Text Example
White with #B46CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CE4; }
p { color: rgb(180,108,228); }
H1.HeaderClassName
{
color: #B46CE4;
}
.AnyTagClassName
{
color: #B46CE4;
}
</style>
background-color css
<style>
a { background-color: #B46CE4; }
a { background-color: rgb(180,108,228); }
div.DivClassName
{
background-color: #B46CE4;
}
.BgClassName
{
background-color: #B46CE4;
}
</style>
border-color css
<style>
span { border-color: #B46CE4; }
span { border-color: rgb(180,108,228); }
td.TdClassName
{
border-color: #B46CE4;
}
.TagClassName
{
border-color: #B46CE4;
}
</style>