#B161CA

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

Shades of Medium Orchid #B161CA

Tints of Medium Orchid #B161CA

Color information

#B161CA (or 0xB161CA) is unknown color: approx Medium Orchid. HEX triplet: B1, 61 and CA. RGB value is (177,97,202). Sum of RGB (Red+Green+Blue) = 177+97+202=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #B161CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161CA is #4E9E35. Grayscale: #848484. Windows color (decimal): -5152310 or 13263281. OLE color: 13263281.

HSL color Cylindrical-coordinate representation of color #B161CA: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B161CA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17797202-
CMYK0.120.5200.21
HSL285.71º49.76%58.63%-
HSV(B)285.71º51.98%79.22%-
XYZ33.0722.1658.41-
YUV132.89167159.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=37.18%
G=20.38%
B=42.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177972020.120.5200.21285.7149.7658.63
HexB161CAC3401511e323b
Octal26114131214640254366273
Binary101100011100001110010101100110100010101100011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161CA; }

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

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

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

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

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

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

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

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