Shades of Medium Orchid #B94CDA
Tints of Medium Orchid #B94CDA
RGB
CMYK
RGB Variations
Color information
#B94CDA (or 0xB94CDA) is known color: Medium Orchid. HEX triplet: B9, 4C and DA. RGB value is (185,76,218). Sum of RGB (Red+Green+Blue) = 185+76+218=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #B94CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CDA is #46B325. Grayscale: #7C7C7C. Windows color (decimal): -4633382 or 14306489. OLE color: 14306489.
HSL color Cylindrical-coordinate representation of color #B94CDA: hue angle of 286.06º 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 #B94CDA is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 76 | 218 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.15 |
| HSL | 286.06º | 0.66% | 0.58% | - |
| HSV(B) | 286.06º | 0.65% | 0.85% | - |
| XYZ | 35.25 | 20.55 | 68.44 | - |
| YUV | 124.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 218 | 0.15 | 0.65 | 0 | 0.15 | 286.06 | 0.66 | 0.58 |
| Hex | B9 | 4C | DA | F | 41 | 0 | F | 11E | 42 | 3A |
| Octal | 271 | 114 | 332 | 17 | 101 | 0 | 17 | 436 | 102 | 72 |
| Binary | 10111001 | 1001100 | 11011010 | 1111 | 1000001 | 0 | 1111 | 100011110 | 1000010 | 111010 |
Color Harmonies of #B94CDA
Complementary color
Monochromatic Colors of #B94CDA
Black with #B94CDA
Text Example
Text Example
White with #B94CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CDA; }
p { color: rgb(185,76,218); }
H1.HeaderClassName
{
color: #B94CDA;
}
.AnyTagClassName
{
color: #B94CDA;
}
</style>
background-color css
<style>
a { background-color: #B94CDA; }
a { background-color: rgb(185,76,218); }
div.DivClassName
{
background-color: #B94CDA;
}
.BgClassName
{
background-color: #B94CDA;
}
</style>
border-color css
<style>
span { border-color: #B94CDA; }
span { border-color: rgb(185,76,218); }
td.TdClassName
{
border-color: #B94CDA;
}
.TagClassName
{
border-color: #B94CDA;
}
</style>