Shades of Medium Orchid #B165CC
Tints of Medium Orchid #B165CC
RGB
CMYK
RGB Variations
Color information
#B165CC (or 0xB165CC) is known color: Medium Orchid. HEX triplet: B1, 65 and CC. RGB value is (177,101,204). Sum of RGB (Red+Green+Blue) = 177+101+204=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B165CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165CC is #4E9A33. Grayscale: #878787. Windows color (decimal): -5151284 or 13395377. OLE color: 13395377.
HSL color Cylindrical-coordinate representation of color #B165CC: hue angle of 284.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B165CC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 101 | 204 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.2 |
| HSL | 284.27º | 0.5% | 0.6% | - |
| HSV(B) | 284.27º | 0.5% | 0.8% | - |
| XYZ | 33.68 | 23.01 | 59.79 | - |
| YUV | 135.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 204 | 0.13 | 0.50 | 0 | 0.2 | 284.27 | 0.5 | 0.6 |
| Hex | B1 | 65 | CC | D | 32 | 0 | 14 | 11C | 32 | 3C |
| Octal | 261 | 145 | 314 | 15 | 62 | 0 | 24 | 434 | 62 | 74 |
| Binary | 10110001 | 1100101 | 11001100 | 1101 | 110010 | 0 | 10100 | 100011100 | 110010 | 111100 |
Color Harmonies of #B165CC
Complementary color
Monochromatic Colors of #B165CC
Black with #B165CC
Text Example
Text Example
White with #B165CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165CC; }
p { color: rgb(177,101,204); }
H1.HeaderClassName
{
color: #B165CC;
}
.AnyTagClassName
{
color: #B165CC;
}
</style>
background-color css
<style>
a { background-color: #B165CC; }
a { background-color: rgb(177,101,204); }
div.DivClassName
{
background-color: #B165CC;
}
.BgClassName
{
background-color: #B165CC;
}
</style>
border-color css
<style>
span { border-color: #B165CC; }
span { border-color: rgb(177,101,204); }
td.TdClassName
{
border-color: #B165CC;
}
.TagClassName
{
border-color: #B165CC;
}
</style>