Shades of Medium Orchid #B15FDA
Tints of Medium Orchid #B15FDA
RGB
CMYK
RGB Variations
Color information
#B15FDA (or 0xB15FDA) is known color: Medium Orchid. HEX triplet: B1, 5F and DA. RGB value is (177,95,218). Sum of RGB (Red+Green+Blue) = 177+95+218=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #B15FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FDA is #4EA025. Grayscale: #858585. Windows color (decimal): -5152806 or 14311345. OLE color: 14311345.
HSL color Cylindrical-coordinate representation of color #B15FDA: hue angle of 280º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15FDA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 95 | 218 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.15 |
| HSL | 280º | 0.62% | 0.61% | - |
| HSV(B) | 280º | 0.56% | 0.85% | - |
| XYZ | 34.88 | 22.59 | 68.85 | - |
| YUV | 133.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 218 | 0.19 | 0.56 | 0 | 0.15 | 280 | 0.62 | 0.61 |
| Hex | B1 | 5F | DA | 13 | 38 | 0 | F | 118 | 3E | 3D |
| Octal | 261 | 137 | 332 | 23 | 70 | 0 | 17 | 430 | 76 | 75 |
| Binary | 10110001 | 1011111 | 11011010 | 10011 | 111000 | 0 | 1111 | 100011000 | 111110 | 111101 |
Color Harmonies of #B15FDA
Complementary color
Monochromatic Colors of #B15FDA
Black with #B15FDA
Text Example
Text Example
White with #B15FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15FDA; }
p { color: rgb(177,95,218); }
H1.HeaderClassName
{
color: #B15FDA;
}
.AnyTagClassName
{
color: #B15FDA;
}
</style>
background-color css
<style>
a { background-color: #B15FDA; }
a { background-color: rgb(177,95,218); }
div.DivClassName
{
background-color: #B15FDA;
}
.BgClassName
{
background-color: #B15FDA;
}
</style>
border-color css
<style>
span { border-color: #B15FDA; }
span { border-color: rgb(177,95,218); }
td.TdClassName
{
border-color: #B15FDA;
}
.TagClassName
{
border-color: #B15FDA;
}
</style>