Shades of Medium Orchid #B938FF
Tints of Medium Orchid #B938FF
RGB
CMYK
RGB Variations
Color information
#B938FF (or 0xB938FF) is known color: Medium Orchid. HEX triplet: B9, 38 and FF. RGB value is (185,56,255). Sum of RGB (Red+Green+Blue) = 185+56+255=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B938FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938FF is #46C700. Grayscale: #747474. Windows color (decimal): -4638465 or 16726201. OLE color: 16726201.
HSL color Cylindrical-coordinate representation of color #B938FF: hue angle of 278.89º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B938FF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 56 | 255 | - |
| CMYK | 0.27 | 0.78 | 0 | 0 |
| HSL | 278.89º | 1% | 0.61% | - |
| HSV(B) | 278.89º | 0.78% | 1% | - |
| XYZ | 39.47 | 20.36 | 96.46 | - |
| YUV | 117.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 255 | 0.27 | 0.78 | 0 | 0 | 278.89 | 1 | 0.61 |
| Hex | B9 | 38 | FF | 1B | 4E | 0 | 0 | 117 | 64 | 3D |
| Octal | 271 | 70 | 377 | 33 | 116 | 0 | 0 | 427 | 144 | 75 |
| Binary | 10111001 | 111000 | 11111111 | 11011 | 1001110 | 0 | 0 | 100010111 | 1100100 | 111101 |
Color Harmonies of #B938FF
Complementary color
Monochromatic Colors of #B938FF
Black with #B938FF
Text Example
Text Example
White with #B938FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938FF; }
p { color: rgb(185,56,255); }
H1.HeaderClassName
{
color: #B938FF;
}
.AnyTagClassName
{
color: #B938FF;
}
</style>
background-color css
<style>
a { background-color: #B938FF; }
a { background-color: rgb(185,56,255); }
div.DivClassName
{
background-color: #B938FF;
}
.BgClassName
{
background-color: #B938FF;
}
</style>
border-color css
<style>
span { border-color: #B938FF; }
span { border-color: rgb(185,56,255); }
td.TdClassName
{
border-color: #B938FF;
}
.TagClassName
{
border-color: #B938FF;
}
</style>