Shades of Medium Orchid #B643EC
Tints of Medium Orchid #B643EC
RGB
CMYK
RGB Variations
Color information
#B643EC (or 0xB643EC) is known color: Medium Orchid. HEX triplet: B6, 43 and EC. RGB value is (182,67,236). Sum of RGB (Red+Green+Blue) = 182+67+236=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #B643EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B643EC is #49BC13. Grayscale: #787878. Windows color (decimal): -4832276 or 15483830. OLE color: 15483830.
HSL color Cylindrical-coordinate representation of color #B643EC: hue angle of 280.83º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B643EC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 67 | 236 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.07 |
| HSL | 280.83º | 0.82% | 0.59% | - |
| HSV(B) | 280.83º | 0.72% | 0.93% | - |
| XYZ | 36.44 | 20.02 | 81.3 | - |
| YUV | 120.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 236 | 0.23 | 0.72 | 0 | 0.07 | 280.83 | 0.82 | 0.59 |
| Hex | B6 | 43 | EC | 17 | 48 | 0 | 7 | 119 | 52 | 3B |
| Octal | 266 | 103 | 354 | 27 | 110 | 0 | 7 | 431 | 122 | 73 |
| Binary | 10110110 | 1000011 | 11101100 | 10111 | 1001000 | 0 | 111 | 100011001 | 1010010 | 111011 |
Color Harmonies of #B643EC
Complementary color
Monochromatic Colors of #B643EC
Black with #B643EC
Text Example
Text Example
White with #B643EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643EC; }
p { color: rgb(182,67,236); }
H1.HeaderClassName
{
color: #B643EC;
}
.AnyTagClassName
{
color: #B643EC;
}
</style>
background-color css
<style>
a { background-color: #B643EC; }
a { background-color: rgb(182,67,236); }
div.DivClassName
{
background-color: #B643EC;
}
.BgClassName
{
background-color: #B643EC;
}
</style>
border-color css
<style>
span { border-color: #B643EC; }
span { border-color: rgb(182,67,236); }
td.TdClassName
{
border-color: #B643EC;
}
.TagClassName
{
border-color: #B643EC;
}
</style>