Shades of Medium Orchid #B165DF
Tints of Medium Orchid #B165DF
RGB
CMYK
RGB Variations
Color information
#B165DF (or 0xB165DF) is known color: Medium Orchid. HEX triplet: B1, 65 and DF. RGB value is (177,101,223). Sum of RGB (Red+Green+Blue) = 177+101+223=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #B165DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165DF is #4E9A20. Grayscale: #898989. Windows color (decimal): -5151265 or 14640561. OLE color: 14640561.
HSL color Cylindrical-coordinate representation of color #B165DF: hue angle of 277.38º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B165DF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 101 | 223 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.13 |
| HSL | 277.38º | 0.66% | 0.64% | - |
| HSV(B) | 277.38º | 0.55% | 0.87% | - |
| XYZ | 36.1 | 23.98 | 72.54 | - |
| YUV | 137.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 223 | 0.21 | 0.55 | 0 | 0.13 | 277.38 | 0.66 | 0.64 |
| Hex | B1 | 65 | DF | 15 | 37 | 0 | D | 115 | 42 | 40 |
| Octal | 261 | 145 | 337 | 25 | 67 | 0 | 15 | 425 | 102 | 100 |
| Binary | 10110001 | 1100101 | 11011111 | 10101 | 110111 | 0 | 1101 | 100010101 | 1000010 | 1000000 |
Color Harmonies of #B165DF
Complementary color
Monochromatic Colors of #B165DF
Black with #B165DF
Text Example
Text Example
White with #B165DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165DF; }
p { color: rgb(177,101,223); }
H1.HeaderClassName
{
color: #B165DF;
}
.AnyTagClassName
{
color: #B165DF;
}
</style>
background-color css
<style>
a { background-color: #B165DF; }
a { background-color: rgb(177,101,223); }
div.DivClassName
{
background-color: #B165DF;
}
.BgClassName
{
background-color: #B165DF;
}
</style>
border-color css
<style>
span { border-color: #B165DF; }
span { border-color: rgb(177,101,223); }
td.TdClassName
{
border-color: #B165DF;
}
.TagClassName
{
border-color: #B165DF;
}
</style>