#B161CD

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

Shades of Medium Orchid #B161CD

Tints of Medium Orchid #B161CD

Color information

#B161CD (or 0xB161CD) is unknown color: approx Medium Orchid. HEX triplet: B1, 61 and CD. RGB value is (177,97,205). Sum of RGB (Red+Green+Blue) = 177+97+205=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B161CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161CD is #4E9E32. Grayscale: #848484. Windows color (decimal): -5152307 or 13459889. OLE color: 13459889.

HSL color Cylindrical-coordinate representation of color #B161CD: hue angle of 284.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B161CD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17797205-
CMYK0.140.5300.20
HSL284.44º51.92%59.22%-
HSV(B)284.44º52.68%80.39%-
XYZ33.4322.360.3-
YUV133.23168.5159.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=36.95%
G=20.25%
B=42.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177972050.140.5300.20284.4451.9259.22
HexB161CDE3501411c343b
Octal26114131516650244346473
Binary101100011100001110011011110110101010100100011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161CD; }

 p { color: rgb(177,97,205); }

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

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

 a { background-color: rgb(177,97,205); }

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

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

 span { border-color: rgb(177,97,205); }

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