Shades of Medium Orchid #B15DCE
Tints of Medium Orchid #B15DCE
RGB
CMYK
RGB Variations
Color information
#B15DCE (or 0xB15DCE) is known color: Medium Orchid. HEX triplet: B1, 5D and CE. RGB value is (177,93,206). Sum of RGB (Red+Green+Blue) = 177+93+206=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B15DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DCE is #4EA231. Grayscale: #828282. Windows color (decimal): -5153330 or 13524401. OLE color: 13524401.
HSL color Cylindrical-coordinate representation of color #B15DCE: hue angle of 284.6º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15DCE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 93 | 206 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.19 |
| HSL | 284.6º | 0.54% | 0.59% | - |
| HSV(B) | 284.6º | 0.55% | 0.81% | - |
| XYZ | 33.19 | 21.63 | 60.82 | - |
| YUV | 131 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 206 | 0.14 | 0.55 | 0 | 0.19 | 284.6 | 0.54 | 0.59 |
| Hex | B1 | 5D | CE | E | 37 | 0 | 13 | 11D | 36 | 3B |
| Octal | 261 | 135 | 316 | 16 | 67 | 0 | 23 | 435 | 66 | 73 |
| Binary | 10110001 | 1011101 | 11001110 | 1110 | 110111 | 0 | 10011 | 100011101 | 110110 | 111011 |
Color Harmonies of #B15DCE
Complementary color
Monochromatic Colors of #B15DCE
Black with #B15DCE
Text Example
Text Example
White with #B15DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DCE; }
p { color: rgb(177,93,206); }
H1.HeaderClassName
{
color: #B15DCE;
}
.AnyTagClassName
{
color: #B15DCE;
}
</style>
background-color css
<style>
a { background-color: #B15DCE; }
a { background-color: rgb(177,93,206); }
div.DivClassName
{
background-color: #B15DCE;
}
.BgClassName
{
background-color: #B15DCE;
}
</style>
border-color css
<style>
span { border-color: #B15DCE; }
span { border-color: rgb(177,93,206); }
td.TdClassName
{
border-color: #B15DCE;
}
.TagClassName
{
border-color: #B15DCE;
}
</style>