#B160F2

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

Shades of Medium Orchid #B160F2

Tints of Medium Orchid #B160F2

Color information

#B160F2 (or 0xB160F2) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and F2. RGB value is (177,96,242). Sum of RGB (Red+Green+Blue) = 177+96+242=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #B160F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160F2 is #4E9F0D. Grayscale: #888888. Windows color (decimal): -5152526 or 15884465. OLE color: 15884465.

HSL color Cylindrical-coordinate representation of color #B160F2: hue angle of 273.29º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B160F2 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17796242-
CMYK0.270.6000.05
HSL273.29º84.88%66.27%-
HSV(B)273.29º60.33%94.9%-
XYZ38.3424.1286.64-
YUV136.86187.34156.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 242 (94.92% from 255) = 46.99%
R=34.37%
G=18.64%
B=46.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177962420.270.6000.05273.2984.8866.27
HexB160F21B3C051115542
Octal261140362337405421125102
Binary1011000111000001111001011011111100010110001000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160F2; }

 p { color: rgb(177,96,242); }

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

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

 a { background-color: rgb(177,96,242); }

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

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

 span { border-color: rgb(177,96,242); }

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