Shades of Medium Orchid #B165E0
Tints of Medium Orchid #B165E0
RGB
CMYK
RGB Variations
Color information
#B165E0 (or 0xB165E0) is known color: Medium Orchid. HEX triplet: B1, 65 and E0. RGB value is (177,101,224). Sum of RGB (Red+Green+Blue) = 177+101+224=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #B165E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165E0 is #4E9A1F. Grayscale: #898989. Windows color (decimal): -5151264 or 14706097. OLE color: 14706097.
HSL color Cylindrical-coordinate representation of color #B165E0: hue angle of 277.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B165E0 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 101 | 224 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.12 |
| HSL | 277.07º | 0.66% | 0.64% | - |
| HSV(B) | 277.07º | 0.55% | 0.88% | - |
| XYZ | 36.24 | 24.04 | 73.25 | - |
| YUV | 137.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 224 | 0.21 | 0.55 | 0 | 0.12 | 277.07 | 0.66 | 0.64 |
| Hex | B1 | 65 | E0 | 15 | 37 | 0 | C | 115 | 42 | 40 |
| Octal | 261 | 145 | 340 | 25 | 67 | 0 | 14 | 425 | 102 | 100 |
| Binary | 10110001 | 1100101 | 11100000 | 10101 | 110111 | 0 | 1100 | 100010101 | 1000010 | 1000000 |
Color Harmonies of #B165E0
Complementary color
Monochromatic Colors of #B165E0
Black with #B165E0
Text Example
Text Example
White with #B165E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165E0; }
p { color: rgb(177,101,224); }
H1.HeaderClassName
{
color: #B165E0;
}
.AnyTagClassName
{
color: #B165E0;
}
</style>
background-color css
<style>
a { background-color: #B165E0; }
a { background-color: rgb(177,101,224); }
div.DivClassName
{
background-color: #B165E0;
}
.BgClassName
{
background-color: #B165E0;
}
</style>
border-color css
<style>
span { border-color: #B165E0; }
span { border-color: rgb(177,101,224); }
td.TdClassName
{
border-color: #B165E0;
}
.TagClassName
{
border-color: #B165E0;
}
</style>