Shades of Medium Orchid #B938FA
Tints of Medium Orchid #B938FA
RGB
CMYK
RGB Variations
Color information
#B938FA (or 0xB938FA) is known color: Medium Orchid. HEX triplet: B9, 38 and FA. RGB value is (185,56,250). Sum of RGB (Red+Green+Blue) = 185+56+250=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #B938FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938FA is #46C705. Grayscale: #747474. Windows color (decimal): -4638470 or 16398521. OLE color: 16398521.
HSL color Cylindrical-coordinate representation of color #B938FA: hue angle of 279.9º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B938FA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 56 | 250 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.02 |
| HSL | 279.9º | 0.95% | 0.6% | - |
| HSV(B) | 279.9º | 0.78% | 0.98% | - |
| XYZ | 38.68 | 20.04 | 92.27 | - |
| YUV | 116.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 250 | 0.26 | 0.78 | 0 | 0.02 | 279.9 | 0.95 | 0.6 |
| Hex | B9 | 38 | FA | 1A | 4E | 0 | 2 | 118 | 5F | 3C |
| Octal | 271 | 70 | 372 | 32 | 116 | 0 | 2 | 430 | 137 | 74 |
| Binary | 10111001 | 111000 | 11111010 | 11010 | 1001110 | 0 | 10 | 100011000 | 1011111 | 111100 |
Color Harmonies of #B938FA
Complementary color
Monochromatic Colors of #B938FA
Black with #B938FA
Text Example
Text Example
White with #B938FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938FA; }
p { color: rgb(185,56,250); }
H1.HeaderClassName
{
color: #B938FA;
}
.AnyTagClassName
{
color: #B938FA;
}
</style>
background-color css
<style>
a { background-color: #B938FA; }
a { background-color: rgb(185,56,250); }
div.DivClassName
{
background-color: #B938FA;
}
.BgClassName
{
background-color: #B938FA;
}
</style>
border-color css
<style>
span { border-color: #B938FA; }
span { border-color: rgb(185,56,250); }
td.TdClassName
{
border-color: #B938FA;
}
.TagClassName
{
border-color: #B938FA;
}
</style>