Shades of Medium Orchid #B64CDA
Tints of Medium Orchid #B64CDA
RGB
CMYK
RGB Variations
Color information
#B64CDA (or 0xB64CDA) is known color: Medium Orchid. HEX triplet: B6, 4C and DA. RGB value is (182,76,218). Sum of RGB (Red+Green+Blue) = 182+76+218=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #B64CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CDA is #49B325. Grayscale: #7B7B7B. Windows color (decimal): -4829990 or 14306486. OLE color: 14306486.
HSL color Cylindrical-coordinate representation of color #B64CDA: hue angle of 284.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64CDA is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 76 | 218 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.15 |
| HSL | 284.79º | 0.66% | 0.58% | - |
| HSV(B) | 284.79º | 0.65% | 0.85% | - |
| XYZ | 34.53 | 20.18 | 68.4 | - |
| YUV | 123.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 218 | 0.17 | 0.65 | 0 | 0.15 | 284.79 | 0.66 | 0.58 |
| Hex | B6 | 4C | DA | 11 | 41 | 0 | F | 11D | 42 | 3A |
| Octal | 266 | 114 | 332 | 21 | 101 | 0 | 17 | 435 | 102 | 72 |
| Binary | 10110110 | 1001100 | 11011010 | 10001 | 1000001 | 0 | 1111 | 100011101 | 1000010 | 111010 |
Color Harmonies of #B64CDA
Complementary color
Monochromatic Colors of #B64CDA
Black with #B64CDA
Text Example
Text Example
White with #B64CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CDA; }
p { color: rgb(182,76,218); }
H1.HeaderClassName
{
color: #B64CDA;
}
.AnyTagClassName
{
color: #B64CDA;
}
</style>
background-color css
<style>
a { background-color: #B64CDA; }
a { background-color: rgb(182,76,218); }
div.DivClassName
{
background-color: #B64CDA;
}
.BgClassName
{
background-color: #B64CDA;
}
</style>
border-color css
<style>
span { border-color: #B64CDA; }
span { border-color: rgb(182,76,218); }
td.TdClassName
{
border-color: #B64CDA;
}
.TagClassName
{
border-color: #B64CDA;
}
</style>