#B161C4

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

Shades of Medium Orchid #B161C4

Tints of Medium Orchid #B161C4

Color information

#B161C4 (or 0xB161C4) is unknown color: approx Medium Orchid. HEX triplet: B1, 61 and C4. RGB value is (177,97,196). Sum of RGB (Red+Green+Blue) = 177+97+196=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #B161C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161C4 is #4E9E3B. Grayscale: #838383. Windows color (decimal): -5152316 or 12870065. OLE color: 12870065.

HSL color Cylindrical-coordinate representation of color #B161C4: hue angle of 288.48º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B161C4 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17797196-
CMYK0.100.5100.23
HSL288.48º45.62%57.45%-
HSV(B)288.48º50.51%76.86%-
XYZ32.3721.8854.74-
YUV132.21164159.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=37.66%
G=20.64%
B=41.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal177971960.100.5100.23288.4845.6257.45
HexB161C4A330171202e39
Octal26114130412630274405671
Binary101100011100001110001001010110011010111100100000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161C4; }

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

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

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

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

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

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

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

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