Shades of Medium Orchid #B94BDA
Tints of Medium Orchid #B94BDA
RGB
CMYK
RGB Variations
Color information
#B94BDA (or 0xB94BDA) is known color: Medium Orchid. HEX triplet: B9, 4B and DA. RGB value is (185,75,218). Sum of RGB (Red+Green+Blue) = 185+75+218=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #B94BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BDA is #46B425. Grayscale: #7B7B7B. Windows color (decimal): -4633638 or 14306233. OLE color: 14306233.
HSL color Cylindrical-coordinate representation of color #B94BDA: hue angle of 286.15º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B94BDA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 75 | 218 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.15 |
| HSL | 286.15º | 0.66% | 0.57% | - |
| HSV(B) | 286.15º | 0.66% | 0.85% | - |
| XYZ | 35.18 | 20.41 | 68.41 | - |
| YUV | 124.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 218 | 0.15 | 0.66 | 0 | 0.15 | 286.15 | 0.66 | 0.57 |
| Hex | B9 | 4B | DA | F | 42 | 0 | F | 11E | 42 | 39 |
| Octal | 271 | 113 | 332 | 17 | 102 | 0 | 17 | 436 | 102 | 71 |
| Binary | 10111001 | 1001011 | 11011010 | 1111 | 1000010 | 0 | 1111 | 100011110 | 1000010 | 111001 |
Color Harmonies of #B94BDA
Complementary color
Monochromatic Colors of #B94BDA
Black with #B94BDA
Text Example
Text Example
White with #B94BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BDA; }
p { color: rgb(185,75,218); }
H1.HeaderClassName
{
color: #B94BDA;
}
.AnyTagClassName
{
color: #B94BDA;
}
</style>
background-color css
<style>
a { background-color: #B94BDA; }
a { background-color: rgb(185,75,218); }
div.DivClassName
{
background-color: #B94BDA;
}
.BgClassName
{
background-color: #B94BDA;
}
</style>
border-color css
<style>
span { border-color: #B94BDA; }
span { border-color: rgb(185,75,218); }
td.TdClassName
{
border-color: #B94BDA;
}
.TagClassName
{
border-color: #B94BDA;
}
</style>