#B162CD

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

Shades of Medium Orchid #B162CD

Tints of Medium Orchid #B162CD

Color information

#B162CD (or 0xB162CD) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and CD. RGB value is (177,98,205). Sum of RGB (Red+Green+Blue) = 177+98+205=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #B162CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162CD is #4E9D32. Grayscale: #858585. Windows color (decimal): -5152051 or 13460145. OLE color: 13460145.

HSL color Cylindrical-coordinate representation of color #B162CD: hue angle of 284.3º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B162CD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17798205-
CMYK0.140.5200.20
HSL284.3º51.69%59.41%-
HSV(B)284.3º52.2%80.39%-
XYZ33.5222.4960.33-
YUV133.82168.17158.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 98 (38.67% from 255) = 20.42%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=36.88%
G=20.42%
B=42.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177982050.140.5200.20284.351.6959.41
HexB162CDE3401411c343b
Octal26114231516640244346473
Binary101100011100010110011011110110100010100100011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162CD; }

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

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

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

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

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

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

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

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