#B16CC1

Color #B16CC1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B16CC1

Tints of Medium Orchid #B16CC1

Color information

#B16CC1 (or 0xB16CC1) is unknown color: approx Medium Orchid. HEX triplet: B1, 6C and C1. RGB value is (177,108,193). Sum of RGB (Red+Green+Blue) = 177+108+193=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #B16CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CC1 is #4E933E. Grayscale: #8A8A8A. Windows color (decimal): -5149503 or 12676273. OLE color: 12676273.

HSL color Cylindrical-coordinate representation of color #B16CC1: hue angle of 288.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16CC1 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177108193-
CMYK0.080.4400.24
HSL288.71º40.67%59.02%-
HSV(B)288.71º44.04%75.69%-
XYZ33.1223.9253.32-
YUV138.32158.86155.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=37.03%
G=22.59%
B=40.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771081930.080.4400.24288.7140.6759.02
HexB16CC182C018121293b
Octal26115430110540304415173
Binary101100011101100110000011000101100011000100100001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16CC1; }

 p { color: rgb(177,108,193); }

 H1.HeaderClassName
 {
   color: #B16CC1;
 }
 .AnyTagClassName
 {
   color: #B16CC1;
 }
</style>
background-color css

<style>
 a { background-color: #B16CC1; }

 a { background-color: rgb(177,108,193); }

 div.DivClassName
 {
   background-color: #B16CC1;
 }
 .BgClassName
 {
   background-color: #B16CC1;
 }
</style>
border-color css

<style>
 span { border-color: #B16CC1; }

 span { border-color: rgb(177,108,193); }

 td.TdClassName
 {
   border-color: #B16CC1;
 }
 .TagClassName
 {
   border-color: #B16CC1;
 }
</style>