Shades of Medium Orchid #B64CDF
Tints of Medium Orchid #B64CDF
RGB
CMYK
RGB Variations
Color information
#B64CDF (or 0xB64CDF) is known color: Medium Orchid. HEX triplet: B6, 4C and DF. RGB value is (182,76,223). Sum of RGB (Red+Green+Blue) = 182+76+223=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #B64CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CDF is #49B320. Grayscale: #7B7B7B. Windows color (decimal): -4829985 or 14634166. OLE color: 14634166.
HSL color Cylindrical-coordinate representation of color #B64CDF: hue angle of 283.27º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64CDF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 76 | 223 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.13 |
| HSL | 283.27º | 0.7% | 0.59% | - |
| HSV(B) | 283.27º | 0.66% | 0.87% | - |
| XYZ | 35.2 | 20.44 | 71.9 | - |
| YUV | 124.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 223 | 0.18 | 0.66 | 0 | 0.13 | 283.27 | 0.7 | 0.59 |
| Hex | B6 | 4C | DF | 12 | 42 | 0 | D | 11B | 46 | 3B |
| Octal | 266 | 114 | 337 | 22 | 102 | 0 | 15 | 433 | 106 | 73 |
| Binary | 10110110 | 1001100 | 11011111 | 10010 | 1000010 | 0 | 1101 | 100011011 | 1000110 | 111011 |
Color Harmonies of #B64CDF
Complementary color
Monochromatic Colors of #B64CDF
Black with #B64CDF
Text Example
Text Example
White with #B64CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CDF; }
p { color: rgb(182,76,223); }
H1.HeaderClassName
{
color: #B64CDF;
}
.AnyTagClassName
{
color: #B64CDF;
}
</style>
background-color css
<style>
a { background-color: #B64CDF; }
a { background-color: rgb(182,76,223); }
div.DivClassName
{
background-color: #B64CDF;
}
.BgClassName
{
background-color: #B64CDF;
}
</style>
border-color css
<style>
span { border-color: #B64CDF; }
span { border-color: rgb(182,76,223); }
td.TdClassName
{
border-color: #B64CDF;
}
.TagClassName
{
border-color: #B64CDF;
}
</style>