Shades of Medium Orchid #B643DC
Tints of Medium Orchid #B643DC
RGB
CMYK
RGB Variations
Color information
#B643DC (or 0xB643DC) is known color: Medium Orchid. HEX triplet: B6, 43 and DC. RGB value is (182,67,220). Sum of RGB (Red+Green+Blue) = 182+67+220=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B643DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643DC is #49BC23. Grayscale: #767676. Windows color (decimal): -4832292 or 14435254. OLE color: 14435254.
HSL color Cylindrical-coordinate representation of color #B643DC: hue angle of 285.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B643DC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 67 | 220 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.14 |
| HSL | 285.1º | 0.69% | 0.56% | - |
| HSV(B) | 285.1º | 0.7% | 0.86% | - |
| XYZ | 34.22 | 19.13 | 69.6 | - |
| YUV | 118.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 220 | 0.17 | 0.70 | 0 | 0.14 | 285.1 | 0.69 | 0.56 |
| Hex | B6 | 43 | DC | 11 | 46 | 0 | E | 11D | 45 | 38 |
| Octal | 266 | 103 | 334 | 21 | 106 | 0 | 16 | 435 | 105 | 70 |
| Binary | 10110110 | 1000011 | 11011100 | 10001 | 1000110 | 0 | 1110 | 100011101 | 1000101 | 111000 |
Color Harmonies of #B643DC
Complementary color
Monochromatic Colors of #B643DC
Black with #B643DC
Text Example
Text Example
White with #B643DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643DC; }
p { color: rgb(182,67,220); }
H1.HeaderClassName
{
color: #B643DC;
}
.AnyTagClassName
{
color: #B643DC;
}
</style>
background-color css
<style>
a { background-color: #B643DC; }
a { background-color: rgb(182,67,220); }
div.DivClassName
{
background-color: #B643DC;
}
.BgClassName
{
background-color: #B643DC;
}
</style>
border-color css
<style>
span { border-color: #B643DC; }
span { border-color: rgb(182,67,220); }
td.TdClassName
{
border-color: #B643DC;
}
.TagClassName
{
border-color: #B643DC;
}
</style>