Shades of Medium Orchid #B93DEF
Tints of Medium Orchid #B93DEF
RGB
CMYK
RGB Variations
Color information
#B93DEF (or 0xB93DEF) is known color: Medium Orchid. HEX triplet: B9, 3D and EF. RGB value is (185,61,239). Sum of RGB (Red+Green+Blue) = 185+61+239=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #B93DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93DEF is #46C210. Grayscale: #757575. Windows color (decimal): -4637201 or 15678905. OLE color: 15678905.
HSL color Cylindrical-coordinate representation of color #B93DEF: hue angle of 281.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93DEF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 61 | 239 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.06 |
| HSL | 281.8º | 0.85% | 0.59% | - |
| HSV(B) | 281.8º | 0.74% | 0.94% | - |
| XYZ | 37.26 | 19.88 | 83.54 | - |
| YUV | 118.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 239 | 0.23 | 0.74 | 0 | 0.06 | 281.8 | 0.85 | 0.59 |
| Hex | B9 | 3D | EF | 17 | 4A | 0 | 6 | 11A | 55 | 3B |
| Octal | 271 | 75 | 357 | 27 | 112 | 0 | 6 | 432 | 125 | 73 |
| Binary | 10111001 | 111101 | 11101111 | 10111 | 1001010 | 0 | 110 | 100011010 | 1010101 | 111011 |
Color Harmonies of #B93DEF
Complementary color
Monochromatic Colors of #B93DEF
Black with #B93DEF
Text Example
Text Example
White with #B93DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93DEF; }
p { color: rgb(185,61,239); }
H1.HeaderClassName
{
color: #B93DEF;
}
.AnyTagClassName
{
color: #B93DEF;
}
</style>
background-color css
<style>
a { background-color: #B93DEF; }
a { background-color: rgb(185,61,239); }
div.DivClassName
{
background-color: #B93DEF;
}
.BgClassName
{
background-color: #B93DEF;
}
</style>
border-color css
<style>
span { border-color: #B93DEF; }
span { border-color: rgb(185,61,239); }
td.TdClassName
{
border-color: #B93DEF;
}
.TagClassName
{
border-color: #B93DEF;
}
</style>