Shades of Medium Orchid #B64FCB
Tints of Medium Orchid #B64FCB
RGB
CMYK
RGB Variations
Color information
#B64FCB (or 0xB64FCB) is known color: Medium Orchid. HEX triplet: B6, 4F and CB. RGB value is (182,79,203). Sum of RGB (Red+Green+Blue) = 182+79+203=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B64FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FCB is #49B034. Grayscale: #7B7B7B. Windows color (decimal): -4829237 or 13324214. OLE color: 13324214.
HSL color Cylindrical-coordinate representation of color #B64FCB: hue angle of 289.84º degrees, saturation: 0.54, 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 #B64FCB is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 79 | 203 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.20 |
| HSL | 289.84º | 0.54% | 0.55% | - |
| HSV(B) | 289.84º | 0.61% | 0.8% | - |
| XYZ | 32.87 | 19.85 | 58.6 | - |
| YUV | 123.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 203 | 0.10 | 0.61 | 0 | 0.20 | 289.84 | 0.54 | 0.55 |
| Hex | B6 | 4F | CB | A | 3D | 0 | 14 | 122 | 36 | 37 |
| Octal | 266 | 117 | 313 | 12 | 75 | 0 | 24 | 442 | 66 | 67 |
| Binary | 10110110 | 1001111 | 11001011 | 1010 | 111101 | 0 | 10100 | 100100010 | 110110 | 110111 |
Color Harmonies of #B64FCB
Complementary color
Monochromatic Colors of #B64FCB
Black with #B64FCB
Text Example
Text Example
White with #B64FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FCB; }
p { color: rgb(182,79,203); }
H1.HeaderClassName
{
color: #B64FCB;
}
.AnyTagClassName
{
color: #B64FCB;
}
</style>
background-color css
<style>
a { background-color: #B64FCB; }
a { background-color: rgb(182,79,203); }
div.DivClassName
{
background-color: #B64FCB;
}
.BgClassName
{
background-color: #B64FCB;
}
</style>
border-color css
<style>
span { border-color: #B64FCB; }
span { border-color: rgb(182,79,203); }
td.TdClassName
{
border-color: #B64FCB;
}
.TagClassName
{
border-color: #B64FCB;
}
</style>