Shades of Medium Orchid #B64DCE
Tints of Medium Orchid #B64DCE
RGB
CMYK
RGB Variations
Color information
#B64DCE (or 0xB64DCE) is known color: Medium Orchid. HEX triplet: B6, 4D and CE. RGB value is (182,77,206). Sum of RGB (Red+Green+Blue) = 182+77+206=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #B64DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DCE is #49B231. Grayscale: #7A7A7A. Windows color (decimal): -4829746 or 13520310. OLE color: 13520310.
HSL color Cylindrical-coordinate representation of color #B64DCE: hue angle of 288.84º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64DCE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 77 | 206 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.19 |
| HSL | 288.84º | 0.57% | 0.55% | - |
| HSV(B) | 288.84º | 0.63% | 0.81% | - |
| XYZ | 33.09 | 19.71 | 60.45 | - |
| YUV | 123.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 206 | 0.12 | 0.63 | 0 | 0.19 | 288.84 | 0.57 | 0.55 |
| Hex | B6 | 4D | CE | C | 3F | 0 | 13 | 121 | 39 | 37 |
| Octal | 266 | 115 | 316 | 14 | 77 | 0 | 23 | 441 | 71 | 67 |
| Binary | 10110110 | 1001101 | 11001110 | 1100 | 111111 | 0 | 10011 | 100100001 | 111001 | 110111 |
Color Harmonies of #B64DCE
Complementary color
Monochromatic Colors of #B64DCE
Black with #B64DCE
Text Example
Text Example
White with #B64DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DCE; }
p { color: rgb(182,77,206); }
H1.HeaderClassName
{
color: #B64DCE;
}
.AnyTagClassName
{
color: #B64DCE;
}
</style>
background-color css
<style>
a { background-color: #B64DCE; }
a { background-color: rgb(182,77,206); }
div.DivClassName
{
background-color: #B64DCE;
}
.BgClassName
{
background-color: #B64DCE;
}
</style>
border-color css
<style>
span { border-color: #B64DCE; }
span { border-color: rgb(182,77,206); }
td.TdClassName
{
border-color: #B64DCE;
}
.TagClassName
{
border-color: #B64DCE;
}
</style>