Shades of Medium Orchid #B94DCE
Tints of Medium Orchid #B94DCE
RGB
CMYK
RGB Variations
Color information
#B94DCE (or 0xB94DCE) is known color: Medium Orchid. HEX triplet: B9, 4D and CE. RGB value is (185,77,206). Sum of RGB (Red+Green+Blue) = 185+77+206=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #B94DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DCE is #46B231. Grayscale: #7B7B7B. Windows color (decimal): -4633138 or 13520313. OLE color: 13520313.
HSL color Cylindrical-coordinate representation of color #B94DCE: hue angle of 290.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94DCE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 77 | 206 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.19 |
| HSL | 290.23º | 0.57% | 0.55% | - |
| HSV(B) | 290.23º | 0.63% | 0.81% | - |
| XYZ | 33.8 | 20.08 | 60.49 | - |
| YUV | 124 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 206 | 0.10 | 0.63 | 0 | 0.19 | 290.23 | 0.57 | 0.55 |
| Hex | B9 | 4D | CE | A | 3F | 0 | 13 | 122 | 39 | 37 |
| Octal | 271 | 115 | 316 | 12 | 77 | 0 | 23 | 442 | 71 | 67 |
| Binary | 10111001 | 1001101 | 11001110 | 1010 | 111111 | 0 | 10011 | 100100010 | 111001 | 110111 |
Color Harmonies of #B94DCE
Complementary color
Monochromatic Colors of #B94DCE
Black with #B94DCE
Text Example
Text Example
White with #B94DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DCE; }
p { color: rgb(185,77,206); }
H1.HeaderClassName
{
color: #B94DCE;
}
.AnyTagClassName
{
color: #B94DCE;
}
</style>
background-color css
<style>
a { background-color: #B94DCE; }
a { background-color: rgb(185,77,206); }
div.DivClassName
{
background-color: #B94DCE;
}
.BgClassName
{
background-color: #B94DCE;
}
</style>
border-color css
<style>
span { border-color: #B94DCE; }
span { border-color: rgb(185,77,206); }
td.TdClassName
{
border-color: #B94DCE;
}
.TagClassName
{
border-color: #B94DCE;
}
</style>