Shades of Medium Orchid #B938DA
Tints of Medium Orchid #B938DA
RGB
CMYK
RGB Variations
Color information
#B938DA (or 0xB938DA) is known color: Medium Orchid. HEX triplet: B9, 38 and DA. RGB value is (185,56,218). Sum of RGB (Red+Green+Blue) = 185+56+218=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #B938DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938DA is #46C725. Grayscale: #707070. Windows color (decimal): -4638502 or 14301369. OLE color: 14301369.
HSL color Cylindrical-coordinate representation of color #B938DA: hue angle of 287.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B938DA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 56 | 218 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.15 |
| HSL | 287.78º | 0.69% | 0.54% | - |
| HSV(B) | 287.78º | 0.74% | 0.85% | - |
| XYZ | 34.08 | 18.2 | 68.05 | - |
| YUV | 113.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 218 | 0.15 | 0.74 | 0 | 0.15 | 287.78 | 0.69 | 0.54 |
| Hex | B9 | 38 | DA | F | 4A | 0 | F | 120 | 45 | 36 |
| Octal | 271 | 70 | 332 | 17 | 112 | 0 | 17 | 440 | 105 | 66 |
| Binary | 10111001 | 111000 | 11011010 | 1111 | 1001010 | 0 | 1111 | 100100000 | 1000101 | 110110 |
Color Harmonies of #B938DA
Complementary color
Monochromatic Colors of #B938DA
Black with #B938DA
Text Example
Text Example
White with #B938DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938DA; }
p { color: rgb(185,56,218); }
H1.HeaderClassName
{
color: #B938DA;
}
.AnyTagClassName
{
color: #B938DA;
}
</style>
background-color css
<style>
a { background-color: #B938DA; }
a { background-color: rgb(185,56,218); }
div.DivClassName
{
background-color: #B938DA;
}
.BgClassName
{
background-color: #B938DA;
}
</style>
border-color css
<style>
span { border-color: #B938DA; }
span { border-color: rgb(185,56,218); }
td.TdClassName
{
border-color: #B938DA;
}
.TagClassName
{
border-color: #B938DA;
}
</style>