Shades of Medium Orchid #B165DA
Tints of Medium Orchid #B165DA
RGB
CMYK
RGB Variations
Color information
#B165DA (or 0xB165DA) is known color: Medium Orchid. HEX triplet: B1, 65 and DA. RGB value is (177,101,218). Sum of RGB (Red+Green+Blue) = 177+101+218=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #B165DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165DA is #4E9A25. Grayscale: #888888. Windows color (decimal): -5151270 or 14312881. OLE color: 14312881.
HSL color Cylindrical-coordinate representation of color #B165DA: hue angle of 278.97º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B165DA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 101 | 218 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.15 |
| HSL | 278.97º | 0.61% | 0.63% | - |
| HSV(B) | 278.97º | 0.54% | 0.85% | - |
| XYZ | 35.44 | 23.72 | 69.04 | - |
| YUV | 137.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 218 | 0.19 | 0.54 | 0 | 0.15 | 278.97 | 0.61 | 0.63 |
| Hex | B1 | 65 | DA | 13 | 36 | 0 | F | 117 | 3D | 3F |
| Octal | 261 | 145 | 332 | 23 | 66 | 0 | 17 | 427 | 75 | 77 |
| Binary | 10110001 | 1100101 | 11011010 | 10011 | 110110 | 0 | 1111 | 100010111 | 111101 | 111111 |
Color Harmonies of #B165DA
Complementary color
Monochromatic Colors of #B165DA
Black with #B165DA
Text Example
Text Example
White with #B165DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165DA; }
p { color: rgb(177,101,218); }
H1.HeaderClassName
{
color: #B165DA;
}
.AnyTagClassName
{
color: #B165DA;
}
</style>
background-color css
<style>
a { background-color: #B165DA; }
a { background-color: rgb(177,101,218); }
div.DivClassName
{
background-color: #B165DA;
}
.BgClassName
{
background-color: #B165DA;
}
</style>
border-color css
<style>
span { border-color: #B165DA; }
span { border-color: rgb(177,101,218); }
td.TdClassName
{
border-color: #B165DA;
}
.TagClassName
{
border-color: #B165DA;
}
</style>