Shades of Medium Orchid #B643E0
Tints of Medium Orchid #B643E0
RGB
CMYK
RGB Variations
Color information
#B643E0 (or 0xB643E0) is known color: Medium Orchid. HEX triplet: B6, 43 and E0. RGB value is (182,67,224). Sum of RGB (Red+Green+Blue) = 182+67+224=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #B643E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643E0 is #49BC1F. Grayscale: #767676. Windows color (decimal): -4832288 or 14697398. OLE color: 14697398.
HSL color Cylindrical-coordinate representation of color #B643E0: hue angle of 283.95º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B643E0 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 67 | 224 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.12 |
| HSL | 283.95º | 0.72% | 0.57% | - |
| HSV(B) | 283.95º | 0.7% | 0.88% | - |
| XYZ | 34.75 | 19.34 | 72.42 | - |
| YUV | 119.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 224 | 0.19 | 0.70 | 0 | 0.12 | 283.95 | 0.72 | 0.57 |
| Hex | B6 | 43 | E0 | 13 | 46 | 0 | C | 11C | 48 | 39 |
| Octal | 266 | 103 | 340 | 23 | 106 | 0 | 14 | 434 | 110 | 71 |
| Binary | 10110110 | 1000011 | 11100000 | 10011 | 1000110 | 0 | 1100 | 100011100 | 1001000 | 111001 |
Color Harmonies of #B643E0
Complementary color
Monochromatic Colors of #B643E0
Black with #B643E0
Text Example
Text Example
White with #B643E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643E0; }
p { color: rgb(182,67,224); }
H1.HeaderClassName
{
color: #B643E0;
}
.AnyTagClassName
{
color: #B643E0;
}
</style>
background-color css
<style>
a { background-color: #B643E0; }
a { background-color: rgb(182,67,224); }
div.DivClassName
{
background-color: #B643E0;
}
.BgClassName
{
background-color: #B643E0;
}
</style>
border-color css
<style>
span { border-color: #B643E0; }
span { border-color: rgb(182,67,224); }
td.TdClassName
{
border-color: #B643E0;
}
.TagClassName
{
border-color: #B643E0;
}
</style>