Shades of Medium Orchid #B64DCB
Tints of Medium Orchid #B64DCB
RGB
CMYK
RGB Variations
Color information
#B64DCB (or 0xB64DCB) is known color: Medium Orchid. HEX triplet: B6, 4D and CB. RGB value is (182,77,203). Sum of RGB (Red+Green+Blue) = 182+77+203=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #B64DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DCB is #49B234. Grayscale: #7A7A7A. Windows color (decimal): -4829749 or 13323702. OLE color: 13323702.
HSL color Cylindrical-coordinate representation of color #B64DCB: hue angle of 290º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64DCB is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 77 | 203 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.20 |
| HSL | 290º | 0.55% | 0.55% | - |
| HSV(B) | 290º | 0.62% | 0.8% | - |
| XYZ | 32.72 | 19.56 | 58.55 | - |
| YUV | 122.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 203 | 0.10 | 0.62 | 0 | 0.20 | 290 | 0.55 | 0.55 |
| Hex | B6 | 4D | CB | A | 3E | 0 | 14 | 122 | 37 | 37 |
| Octal | 266 | 115 | 313 | 12 | 76 | 0 | 24 | 442 | 67 | 67 |
| Binary | 10110110 | 1001101 | 11001011 | 1010 | 111110 | 0 | 10100 | 100100010 | 110111 | 110111 |
Color Harmonies of #B64DCB
Complementary color
Monochromatic Colors of #B64DCB
Black with #B64DCB
Text Example
Text Example
White with #B64DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DCB; }
p { color: rgb(182,77,203); }
H1.HeaderClassName
{
color: #B64DCB;
}
.AnyTagClassName
{
color: #B64DCB;
}
</style>
background-color css
<style>
a { background-color: #B64DCB; }
a { background-color: rgb(182,77,203); }
div.DivClassName
{
background-color: #B64DCB;
}
.BgClassName
{
background-color: #B64DCB;
}
</style>
border-color css
<style>
span { border-color: #B64DCB; }
span { border-color: rgb(182,77,203); }
td.TdClassName
{
border-color: #B64DCB;
}
.TagClassName
{
border-color: #B64DCB;
}
</style>