Shades of Medium Orchid #B46DCE
Tints of Medium Orchid #B46DCE
RGB
CMYK
RGB Variations
Color information
#B46DCE (or 0xB46DCE) is known color: Medium Orchid. HEX triplet: B4, 6D and CE. RGB value is (180,109,206). Sum of RGB (Red+Green+Blue) = 180+109+206=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B46DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DCE is #4B9231. Grayscale: #8C8C8C. Windows color (decimal): -4952626 or 13528500. OLE color: 13528500.
HSL color Cylindrical-coordinate representation of color #B46DCE: hue angle of 283.92º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46DCE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 109 | 206 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.19 |
| HSL | 283.92º | 0.5% | 0.62% | - |
| HSV(B) | 283.92º | 0.47% | 0.81% | - |
| XYZ | 35.43 | 25.1 | 61.37 | - |
| YUV | 141.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 206 | 0.13 | 0.47 | 0 | 0.19 | 283.92 | 0.5 | 0.62 |
| Hex | B4 | 6D | CE | D | 2F | 0 | 13 | 11C | 32 | 3E |
| Octal | 264 | 155 | 316 | 15 | 57 | 0 | 23 | 434 | 62 | 76 |
| Binary | 10110100 | 1101101 | 11001110 | 1101 | 101111 | 0 | 10011 | 100011100 | 110010 | 111110 |
Color Harmonies of #B46DCE
Complementary color
Monochromatic Colors of #B46DCE
Black with #B46DCE
Text Example
Text Example
White with #B46DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DCE; }
p { color: rgb(180,109,206); }
H1.HeaderClassName
{
color: #B46DCE;
}
.AnyTagClassName
{
color: #B46DCE;
}
</style>
background-color css
<style>
a { background-color: #B46DCE; }
a { background-color: rgb(180,109,206); }
div.DivClassName
{
background-color: #B46DCE;
}
.BgClassName
{
background-color: #B46DCE;
}
</style>
border-color css
<style>
span { border-color: #B46DCE; }
span { border-color: rgb(180,109,206); }
td.TdClassName
{
border-color: #B46DCE;
}
.TagClassName
{
border-color: #B46DCE;
}
</style>