Shades of Medium Orchid #B93FC9
Tints of Medium Orchid #B93FC9
RGB
CMYK
RGB Variations
Color information
#B93FC9 (or 0xB93FC9) is known color: Medium Orchid. HEX triplet: B9, 3F and C9. RGB value is (185,63,201). Sum of RGB (Red+Green+Blue) = 185+63+201=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #B93FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FC9 is #46C036. Grayscale: #727272. Windows color (decimal): -4636727 or 13189049. OLE color: 13189049.
HSL color Cylindrical-coordinate representation of color #B93FC9: hue angle of 293.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93FC9 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 63 | 201 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.21 |
| HSL | 293.04º | 0.56% | 0.52% | - |
| HSV(B) | 293.04º | 0.69% | 0.79% | - |
| XYZ | 32.33 | 18.09 | 57.05 | - |
| YUV | 115.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 201 | 0.08 | 0.69 | 0 | 0.21 | 293.04 | 0.56 | 0.52 |
| Hex | B9 | 3F | C9 | 8 | 45 | 0 | 15 | 125 | 38 | 34 |
| Octal | 271 | 77 | 311 | 10 | 105 | 0 | 25 | 445 | 70 | 64 |
| Binary | 10111001 | 111111 | 11001001 | 1000 | 1000101 | 0 | 10101 | 100100101 | 111000 | 110100 |
Color Harmonies of #B93FC9
Complementary color
Monochromatic Colors of #B93FC9
Black with #B93FC9
Text Example
Text Example
White with #B93FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FC9; }
p { color: rgb(185,63,201); }
H1.HeaderClassName
{
color: #B93FC9;
}
.AnyTagClassName
{
color: #B93FC9;
}
</style>
background-color css
<style>
a { background-color: #B93FC9; }
a { background-color: rgb(185,63,201); }
div.DivClassName
{
background-color: #B93FC9;
}
.BgClassName
{
background-color: #B93FC9;
}
</style>
border-color css
<style>
span { border-color: #B93FC9; }
span { border-color: rgb(185,63,201); }
td.TdClassName
{
border-color: #B93FC9;
}
.TagClassName
{
border-color: #B93FC9;
}
</style>