Shades of Medium Orchid #B643D6
Tints of Medium Orchid #B643D6
RGB
CMYK
RGB Variations
Color information
#B643D6 (or 0xB643D6) is known color: Medium Orchid. HEX triplet: B6, 43 and D6. RGB value is (182,67,214). Sum of RGB (Red+Green+Blue) = 182+67+214=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #B643D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643D6 is #49BC29. Grayscale: #757575. Windows color (decimal): -4832298 or 14042038. OLE color: 14042038.
HSL color Cylindrical-coordinate representation of color #B643D6: hue angle of 286.94º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B643D6 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 67 | 214 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.16 |
| HSL | 286.94º | 0.64% | 0.55% | - |
| HSV(B) | 286.94º | 0.69% | 0.84% | - |
| XYZ | 33.44 | 18.81 | 65.49 | - |
| YUV | 118.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 214 | 0.15 | 0.69 | 0 | 0.16 | 286.94 | 0.64 | 0.55 |
| Hex | B6 | 43 | D6 | F | 45 | 0 | 10 | 11F | 40 | 37 |
| Octal | 266 | 103 | 326 | 17 | 105 | 0 | 20 | 437 | 100 | 67 |
| Binary | 10110110 | 1000011 | 11010110 | 1111 | 1000101 | 0 | 10000 | 100011111 | 1000000 | 110111 |
Color Harmonies of #B643D6
Complementary color
Monochromatic Colors of #B643D6
Black with #B643D6
Text Example
Text Example
White with #B643D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643D6; }
p { color: rgb(182,67,214); }
H1.HeaderClassName
{
color: #B643D6;
}
.AnyTagClassName
{
color: #B643D6;
}
</style>
background-color css
<style>
a { background-color: #B643D6; }
a { background-color: rgb(182,67,214); }
div.DivClassName
{
background-color: #B643D6;
}
.BgClassName
{
background-color: #B643D6;
}
</style>
border-color css
<style>
span { border-color: #B643D6; }
span { border-color: rgb(182,67,214); }
td.TdClassName
{
border-color: #B643D6;
}
.TagClassName
{
border-color: #B643D6;
}
</style>