Shades of Medium Orchid #B64AD0
Tints of Medium Orchid #B64AD0
RGB
CMYK
RGB Variations
Color information
#B64AD0 (or 0xB64AD0) is known color: Medium Orchid. HEX triplet: B6, 4A and D0. RGB value is (182,74,208). Sum of RGB (Red+Green+Blue) = 182+74+208=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #B64AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AD0 is #49B52F. Grayscale: #797979. Windows color (decimal): -4830512 or 13650614. OLE color: 13650614.
HSL color Cylindrical-coordinate representation of color #B64AD0: hue angle of 288.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64AD0 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 74 | 208 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.18 |
| HSL | 288.36º | 0.59% | 0.55% | - |
| HSV(B) | 288.36º | 0.64% | 0.82% | - |
| XYZ | 33.13 | 19.4 | 61.67 | - |
| YUV | 121.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 208 | 0.12 | 0.64 | 0 | 0.18 | 288.36 | 0.59 | 0.55 |
| Hex | B6 | 4A | D0 | C | 40 | 0 | 12 | 120 | 3B | 37 |
| Octal | 266 | 112 | 320 | 14 | 100 | 0 | 22 | 440 | 73 | 67 |
| Binary | 10110110 | 1001010 | 11010000 | 1100 | 1000000 | 0 | 10010 | 100100000 | 111011 | 110111 |
Color Harmonies of #B64AD0
Complementary color
Monochromatic Colors of #B64AD0
Black with #B64AD0
Text Example
Text Example
White with #B64AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AD0; }
p { color: rgb(182,74,208); }
H1.HeaderClassName
{
color: #B64AD0;
}
.AnyTagClassName
{
color: #B64AD0;
}
</style>
background-color css
<style>
a { background-color: #B64AD0; }
a { background-color: rgb(182,74,208); }
div.DivClassName
{
background-color: #B64AD0;
}
.BgClassName
{
background-color: #B64AD0;
}
</style>
border-color css
<style>
span { border-color: #B64AD0; }
span { border-color: rgb(182,74,208); }
td.TdClassName
{
border-color: #B64AD0;
}
.TagClassName
{
border-color: #B64AD0;
}
</style>