#B161DC

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

Shades of Medium Orchid #B161DC

Tints of Medium Orchid #B161DC

Color information

#B161DC (or 0xB161DC) is unknown color: approx Medium Orchid. HEX triplet: B1, 61 and DC. RGB value is (177,97,220). Sum of RGB (Red+Green+Blue) = 177+97+220=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #B161DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161DC is #4E9E23. Grayscale: #868686. Windows color (decimal): -5152292 or 14442929. OLE color: 14442929.

HSL color Cylindrical-coordinate representation of color #B161DC: hue angle of 279.02º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B161DC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17797220-
CMYK0.200.5600.14
HSL279.02º63.73%62.16%-
HSV(B)279.02º55.91%86.27%-
XYZ35.3223.0670.3-
YUV134.94176158-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 97 (38.28% from 255) = 19.64%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=35.83%
G=19.64%
B=44.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177972200.200.5600.14279.0263.7362.16
HexB161DC14380E117403e
Octal261141334247001642710076
Binary1011000111000011101110010100111000011101000101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161DC; }

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

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

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

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

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

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

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

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