Shades of Medium Orchid #B93FDB
Tints of Medium Orchid #B93FDB
RGB
CMYK
RGB Variations
Color information
#B93FDB (or 0xB93FDB) is known color: Medium Orchid. HEX triplet: B9, 3F and DB. RGB value is (185,63,219). Sum of RGB (Red+Green+Blue) = 185+63+219=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B93FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FDB is #46C024. Grayscale: #747474. Windows color (decimal): -4636709 or 14368697. OLE color: 14368697.
HSL color Cylindrical-coordinate representation of color #B93FDB: hue angle of 286.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93FDB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 63 | 219 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.14 |
| HSL | 286.92º | 0.68% | 0.55% | - |
| HSV(B) | 286.92º | 0.71% | 0.86% | - |
| XYZ | 34.57 | 18.98 | 68.86 | - |
| YUV | 117.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 219 | 0.16 | 0.71 | 0 | 0.14 | 286.92 | 0.68 | 0.55 |
| Hex | B9 | 3F | DB | 10 | 47 | 0 | E | 11F | 44 | 37 |
| Octal | 271 | 77 | 333 | 20 | 107 | 0 | 16 | 437 | 104 | 67 |
| Binary | 10111001 | 111111 | 11011011 | 10000 | 1000111 | 0 | 1110 | 100011111 | 1000100 | 110111 |
Color Harmonies of #B93FDB
Complementary color
Monochromatic Colors of #B93FDB
Black with #B93FDB
Text Example
Text Example
White with #B93FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FDB; }
p { color: rgb(185,63,219); }
H1.HeaderClassName
{
color: #B93FDB;
}
.AnyTagClassName
{
color: #B93FDB;
}
</style>
background-color css
<style>
a { background-color: #B93FDB; }
a { background-color: rgb(185,63,219); }
div.DivClassName
{
background-color: #B93FDB;
}
.BgClassName
{
background-color: #B93FDB;
}
</style>
border-color css
<style>
span { border-color: #B93FDB; }
span { border-color: rgb(185,63,219); }
td.TdClassName
{
border-color: #B93FDB;
}
.TagClassName
{
border-color: #B93FDB;
}
</style>