Shades of Medium Orchid #B93FDD
Tints of Medium Orchid #B93FDD
RGB
CMYK
RGB Variations
Color information
#B93FDD (or 0xB93FDD) is known color: Medium Orchid. HEX triplet: B9, 3F and DD. RGB value is (185,63,221). Sum of RGB (Red+Green+Blue) = 185+63+221=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B93FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FDD is #46C022. Grayscale: #747474. Windows color (decimal): -4636707 or 14499769. OLE color: 14499769.
HSL color Cylindrical-coordinate representation of color #B93FDD: hue angle of 286.33º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93FDD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 63 | 221 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.13 |
| HSL | 286.33º | 0.7% | 0.56% | - |
| HSV(B) | 286.33º | 0.71% | 0.87% | - |
| XYZ | 34.84 | 19.09 | 70.26 | - |
| YUV | 117.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 221 | 0.16 | 0.71 | 0 | 0.13 | 286.33 | 0.7 | 0.56 |
| Hex | B9 | 3F | DD | 10 | 47 | 0 | D | 11E | 46 | 38 |
| Octal | 271 | 77 | 335 | 20 | 107 | 0 | 15 | 436 | 106 | 70 |
| Binary | 10111001 | 111111 | 11011101 | 10000 | 1000111 | 0 | 1101 | 100011110 | 1000110 | 111000 |
Color Harmonies of #B93FDD
Complementary color
Monochromatic Colors of #B93FDD
Black with #B93FDD
Text Example
Text Example
White with #B93FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FDD; }
p { color: rgb(185,63,221); }
H1.HeaderClassName
{
color: #B93FDD;
}
.AnyTagClassName
{
color: #B93FDD;
}
</style>
background-color css
<style>
a { background-color: #B93FDD; }
a { background-color: rgb(185,63,221); }
div.DivClassName
{
background-color: #B93FDD;
}
.BgClassName
{
background-color: #B93FDD;
}
</style>
border-color css
<style>
span { border-color: #B93FDD; }
span { border-color: rgb(185,63,221); }
td.TdClassName
{
border-color: #B93FDD;
}
.TagClassName
{
border-color: #B93FDD;
}
</style>