Shades of Medium Orchid #B934DA
Tints of Medium Orchid #B934DA
RGB
CMYK
RGB Variations
Color information
#B934DA (or 0xB934DA) is known color: Medium Orchid. HEX triplet: B9, 34 and DA. RGB value is (185,52,218). Sum of RGB (Red+Green+Blue) = 185+52+218=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #B934DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934DA is #46CB25. Grayscale: #6E6E6E. Windows color (decimal): -4639526 or 14300345. OLE color: 14300345.
HSL color Cylindrical-coordinate representation of color #B934DA: hue angle of 288.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B934DA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 52 | 218 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.15 |
| HSL | 288.07º | 0.69% | 0.53% | - |
| HSV(B) | 288.07º | 0.76% | 0.85% | - |
| XYZ | 33.89 | 17.83 | 67.99 | - |
| YUV | 110.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 218 | 0.15 | 0.76 | 0 | 0.15 | 288.07 | 0.69 | 0.53 |
| Hex | B9 | 34 | DA | F | 4C | 0 | F | 120 | 45 | 35 |
| Octal | 271 | 64 | 332 | 17 | 114 | 0 | 17 | 440 | 105 | 65 |
| Binary | 10111001 | 110100 | 11011010 | 1111 | 1001100 | 0 | 1111 | 100100000 | 1000101 | 110101 |
Color Harmonies of #B934DA
Complementary color
Monochromatic Colors of #B934DA
Black with #B934DA
Text Example
Text Example
White with #B934DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934DA; }
p { color: rgb(185,52,218); }
H1.HeaderClassName
{
color: #B934DA;
}
.AnyTagClassName
{
color: #B934DA;
}
</style>
background-color css
<style>
a { background-color: #B934DA; }
a { background-color: rgb(185,52,218); }
div.DivClassName
{
background-color: #B934DA;
}
.BgClassName
{
background-color: #B934DA;
}
</style>
border-color css
<style>
span { border-color: #B934DA; }
span { border-color: rgb(185,52,218); }
td.TdClassName
{
border-color: #B934DA;
}
.TagClassName
{
border-color: #B934DA;
}
</style>