Shades of Medium Orchid #B165C7
Tints of Medium Orchid #B165C7
RGB
CMYK
RGB Variations
Color information
#B165C7 (or 0xB165C7) is known color: Medium Orchid. HEX triplet: B1, 65 and C7. RGB value is (177,101,199). Sum of RGB (Red+Green+Blue) = 177+101+199=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #B165C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165C7 is #4E9A38. Grayscale: #868686. Windows color (decimal): -5151289 or 13067697. OLE color: 13067697.
HSL color Cylindrical-coordinate representation of color #B165C7: hue angle of 286.53º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B165C7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 101 | 199 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.22 |
| HSL | 286.53º | 0.47% | 0.59% | - |
| HSV(B) | 286.53º | 0.49% | 0.78% | - |
| XYZ | 33.09 | 22.78 | 56.69 | - |
| YUV | 134.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 199 | 0.11 | 0.49 | 0 | 0.22 | 286.53 | 0.47 | 0.59 |
| Hex | B1 | 65 | C7 | B | 31 | 0 | 16 | 11F | 2F | 3B |
| Octal | 261 | 145 | 307 | 13 | 61 | 0 | 26 | 437 | 57 | 73 |
| Binary | 10110001 | 1100101 | 11000111 | 1011 | 110001 | 0 | 10110 | 100011111 | 101111 | 111011 |
Color Harmonies of #B165C7
Complementary color
Monochromatic Colors of #B165C7
Black with #B165C7
Text Example
Text Example
White with #B165C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165C7; }
p { color: rgb(177,101,199); }
H1.HeaderClassName
{
color: #B165C7;
}
.AnyTagClassName
{
color: #B165C7;
}
</style>
background-color css
<style>
a { background-color: #B165C7; }
a { background-color: rgb(177,101,199); }
div.DivClassName
{
background-color: #B165C7;
}
.BgClassName
{
background-color: #B165C7;
}
</style>
border-color css
<style>
span { border-color: #B165C7; }
span { border-color: rgb(177,101,199); }
td.TdClassName
{
border-color: #B165C7;
}
.TagClassName
{
border-color: #B165C7;
}
</style>