Shades of Medium Orchid #B64FCC
Tints of Medium Orchid #B64FCC
RGB
CMYK
RGB Variations
Color information
#B64FCC (or 0xB64FCC) is known color: Medium Orchid. HEX triplet: B6, 4F and CC. RGB value is (182,79,204). Sum of RGB (Red+Green+Blue) = 182+79+204=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #B64FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FCC is #49B033. Grayscale: #7B7B7B. Windows color (decimal): -4829236 or 13389750. OLE color: 13389750.
HSL color Cylindrical-coordinate representation of color #B64FCC: hue angle of 289.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64FCC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 79 | 204 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.2 |
| HSL | 289.44º | 0.55% | 0.55% | - |
| HSV(B) | 289.44º | 0.61% | 0.8% | - |
| XYZ | 32.99 | 19.9 | 59.23 | - |
| YUV | 124.05 | 173.12 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 204 | 0.11 | 0.61 | 0 | 0.2 | 289.44 | 0.55 | 0.55 |
| Hex | B6 | 4F | CC | B | 3D | 0 | 14 | 121 | 37 | 37 |
| Octal | 266 | 117 | 314 | 13 | 75 | 0 | 24 | 441 | 67 | 67 |
| Binary | 10110110 | 1001111 | 11001100 | 1011 | 111101 | 0 | 10100 | 100100001 | 110111 | 110111 |
Color Harmonies of #B64FCC
Complementary color
Monochromatic Colors of #B64FCC
Black with #B64FCC
Text Example
Text Example
White with #B64FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FCC; }
p { color: rgb(182,79,204); }
H1.HeaderClassName
{
color: #B64FCC;
}
.AnyTagClassName
{
color: #B64FCC;
}
</style>
background-color css
<style>
a { background-color: #B64FCC; }
a { background-color: rgb(182,79,204); }
div.DivClassName
{
background-color: #B64FCC;
}
.BgClassName
{
background-color: #B64FCC;
}
</style>
border-color css
<style>
span { border-color: #B64FCC; }
span { border-color: rgb(182,79,204); }
td.TdClassName
{
border-color: #B64FCC;
}
.TagClassName
{
border-color: #B64FCC;
}
</style>