#B162CF

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

Shades of Medium Orchid #B162CF

Tints of Medium Orchid #B162CF

Color information

#B162CF (or 0xB162CF) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and CF. RGB value is (177,98,207). Sum of RGB (Red+Green+Blue) = 177+98+207=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B162CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162CF is #4E9D30. Grayscale: #858585. Windows color (decimal): -5152049 or 13591217. OLE color: 13591217.

HSL color Cylindrical-coordinate representation of color #B162CF: hue angle of 283.49º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B162CF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17798207-
CMYK0.140.5300.19
HSL283.49º53.17%59.8%-
HSV(B)283.49º52.66%81.18%-
XYZ33.7622.5961.61-
YUV134.05169.17158.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 98 (38.67% from 255) = 20.33%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=36.72%
G=20.33%
B=42.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177982070.140.5300.19283.4953.1759.8
HexB162CFE3501311b353c
Octal26114231716650234336574
Binary101100011100010110011111110110101010011100011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162CF; }

 p { color: rgb(177,98,207); }

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

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

 a { background-color: rgb(177,98,207); }

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

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

 span { border-color: rgb(177,98,207); }

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