#B169C1

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

Shades of Medium Orchid #B169C1

Tints of Medium Orchid #B169C1

Color information

#B169C1 (or 0xB169C1) is unknown color: approx Medium Orchid. HEX triplet: B1, 69 and C1. RGB value is (177,105,193). Sum of RGB (Red+Green+Blue) = 177+105+193=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #B169C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169C1 is #4E963E. Grayscale: #888888. Windows color (decimal): -5150271 or 12675505. OLE color: 12675505.

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

Color convert

RGB177105193-
CMYK0.080.4600.24
HSL289.09º41.51%58.43%-
HSV(B)289.09º45.6%75.69%-
XYZ32.8123.353.22-
YUV136.56159.85156.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=37.26%
G=22.11%
B=40.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771051930.080.4600.24289.0941.5158.43
HexB169C182E0181212a3a
Octal26115130110560304415272
Binary101100011101001110000011000101110011000100100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B169C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B169C1; }

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

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

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

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

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

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

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

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