Shades of Medium Orchid #B15ADB
Tints of Medium Orchid #B15ADB
RGB
CMYK
RGB Variations
Color information
#B15ADB (or 0xB15ADB) is known color: Medium Orchid. HEX triplet: B1, 5A and DB. RGB value is (177,90,219). Sum of RGB (Red+Green+Blue) = 177+90+219=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #B15ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ADB is #4EA524. Grayscale: #828282. Windows color (decimal): -5154085 or 14375601. OLE color: 14375601.
HSL color Cylindrical-coordinate representation of color #B15ADB: hue angle of 280.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15ADB is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 90 | 219 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.14 |
| HSL | 280.47º | 0.64% | 0.61% | - |
| HSV(B) | 280.47º | 0.59% | 0.86% | - |
| XYZ | 34.57 | 21.77 | 69.4 | - |
| YUV | 130.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 219 | 0.19 | 0.59 | 0 | 0.14 | 280.47 | 0.64 | 0.61 |
| Hex | B1 | 5A | DB | 13 | 3B | 0 | E | 118 | 40 | 3D |
| Octal | 261 | 132 | 333 | 23 | 73 | 0 | 16 | 430 | 100 | 75 |
| Binary | 10110001 | 1011010 | 11011011 | 10011 | 111011 | 0 | 1110 | 100011000 | 1000000 | 111101 |
Color Harmonies of #B15ADB
Complementary color
Monochromatic Colors of #B15ADB
Black with #B15ADB
Text Example
Text Example
White with #B15ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15ADB; }
p { color: rgb(177,90,219); }
H1.HeaderClassName
{
color: #B15ADB;
}
.AnyTagClassName
{
color: #B15ADB;
}
</style>
background-color css
<style>
a { background-color: #B15ADB; }
a { background-color: rgb(177,90,219); }
div.DivClassName
{
background-color: #B15ADB;
}
.BgClassName
{
background-color: #B15ADB;
}
</style>
border-color css
<style>
span { border-color: #B15ADB; }
span { border-color: rgb(177,90,219); }
td.TdClassName
{
border-color: #B15ADB;
}
.TagClassName
{
border-color: #B15ADB;
}
</style>