Shades of Medium Orchid #B93DCE
Tints of Medium Orchid #B93DCE
RGB
CMYK
RGB Variations
Color information
#B93DCE (or 0xB93DCE) is known color: Medium Orchid. HEX triplet: B9, 3D and CE. RGB value is (185,61,206). Sum of RGB (Red+Green+Blue) = 185+61+206=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #B93DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DCE is #46C231. Grayscale: #727272. Windows color (decimal): -4637234 or 13516217. OLE color: 13516217.
HSL color Cylindrical-coordinate representation of color #B93DCE: hue angle of 291.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93DCE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 61 | 206 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.19 |
| HSL | 291.31º | 0.6% | 0.52% | - |
| HSV(B) | 291.31º | 0.7% | 0.81% | - |
| XYZ | 32.82 | 18.11 | 60.16 | - |
| YUV | 114.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 206 | 0.10 | 0.70 | 0 | 0.19 | 291.31 | 0.6 | 0.52 |
| Hex | B9 | 3D | CE | A | 46 | 0 | 13 | 123 | 3C | 34 |
| Octal | 271 | 75 | 316 | 12 | 106 | 0 | 23 | 443 | 74 | 64 |
| Binary | 10111001 | 111101 | 11001110 | 1010 | 1000110 | 0 | 10011 | 100100011 | 111100 | 110100 |
Color Harmonies of #B93DCE
Complementary color
Monochromatic Colors of #B93DCE
Black with #B93DCE
Text Example
Text Example
White with #B93DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93DCE; }
p { color: rgb(185,61,206); }
H1.HeaderClassName
{
color: #B93DCE;
}
.AnyTagClassName
{
color: #B93DCE;
}
</style>
background-color css
<style>
a { background-color: #B93DCE; }
a { background-color: rgb(185,61,206); }
div.DivClassName
{
background-color: #B93DCE;
}
.BgClassName
{
background-color: #B93DCE;
}
</style>
border-color css
<style>
span { border-color: #B93DCE; }
span { border-color: rgb(185,61,206); }
td.TdClassName
{
border-color: #B93DCE;
}
.TagClassName
{
border-color: #B93DCE;
}
</style>