Shades of Medium Orchid #B15FDE
Tints of Medium Orchid #B15FDE
RGB
CMYK
RGB Variations
Color information
#B15FDE (or 0xB15FDE) is known color: Medium Orchid. HEX triplet: B1, 5F and DE. RGB value is (177,95,222). Sum of RGB (Red+Green+Blue) = 177+95+222=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #B15FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FDE is #4EA021. Grayscale: #858585. Windows color (decimal): -5152802 or 14573489. OLE color: 14573489.
HSL color Cylindrical-coordinate representation of color #B15FDE: hue angle of 278.74º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B15FDE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 95 | 222 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.13 |
| HSL | 278.74º | 0.66% | 0.62% | - |
| HSV(B) | 278.74º | 0.57% | 0.87% | - |
| XYZ | 35.41 | 22.81 | 71.64 | - |
| YUV | 134 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 222 | 0.20 | 0.57 | 0 | 0.13 | 278.74 | 0.66 | 0.62 |
| Hex | B1 | 5F | DE | 14 | 39 | 0 | D | 117 | 42 | 3E |
| Octal | 261 | 137 | 336 | 24 | 71 | 0 | 15 | 427 | 102 | 76 |
| Binary | 10110001 | 1011111 | 11011110 | 10100 | 111001 | 0 | 1101 | 100010111 | 1000010 | 111110 |
Color Harmonies of #B15FDE
Complementary color
Monochromatic Colors of #B15FDE
Black with #B15FDE
Text Example
Text Example
White with #B15FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15FDE; }
p { color: rgb(177,95,222); }
H1.HeaderClassName
{
color: #B15FDE;
}
.AnyTagClassName
{
color: #B15FDE;
}
</style>
background-color css
<style>
a { background-color: #B15FDE; }
a { background-color: rgb(177,95,222); }
div.DivClassName
{
background-color: #B15FDE;
}
.BgClassName
{
background-color: #B15FDE;
}
</style>
border-color css
<style>
span { border-color: #B15FDE; }
span { border-color: rgb(177,95,222); }
td.TdClassName
{
border-color: #B15FDE;
}
.TagClassName
{
border-color: #B15FDE;
}
</style>