Shades of Medium Orchid #B643CE
Tints of Medium Orchid #B643CE
RGB
CMYK
RGB Variations
Color information
#B643CE (or 0xB643CE) is known color: Medium Orchid. HEX triplet: B6, 43 and CE. RGB value is (182,67,206). Sum of RGB (Red+Green+Blue) = 182+67+206=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #B643CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643CE is #49BC31. Grayscale: #747474. Windows color (decimal): -4832306 or 13517750. OLE color: 13517750.
HSL color Cylindrical-coordinate representation of color #B643CE: hue angle of 289.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B643CE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 67 | 206 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.19 |
| HSL | 289.64º | 0.59% | 0.54% | - |
| HSV(B) | 289.64º | 0.67% | 0.81% | - |
| XYZ | 32.44 | 18.42 | 60.24 | - |
| YUV | 117.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 206 | 0.12 | 0.67 | 0 | 0.19 | 289.64 | 0.59 | 0.54 |
| Hex | B6 | 43 | CE | C | 43 | 0 | 13 | 122 | 3B | 36 |
| Octal | 266 | 103 | 316 | 14 | 103 | 0 | 23 | 442 | 73 | 66 |
| Binary | 10110110 | 1000011 | 11001110 | 1100 | 1000011 | 0 | 10011 | 100100010 | 111011 | 110110 |
Color Harmonies of #B643CE
Complementary color
Monochromatic Colors of #B643CE
Black with #B643CE
Text Example
Text Example
White with #B643CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643CE; }
p { color: rgb(182,67,206); }
H1.HeaderClassName
{
color: #B643CE;
}
.AnyTagClassName
{
color: #B643CE;
}
</style>
background-color css
<style>
a { background-color: #B643CE; }
a { background-color: rgb(182,67,206); }
div.DivClassName
{
background-color: #B643CE;
}
.BgClassName
{
background-color: #B643CE;
}
</style>
border-color css
<style>
span { border-color: #B643CE; }
span { border-color: rgb(182,67,206); }
td.TdClassName
{
border-color: #B643CE;
}
.TagClassName
{
border-color: #B643CE;
}
</style>