#B162CC

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

Shades of Medium Orchid #B162CC

Tints of Medium Orchid #B162CC

Color information

#B162CC (or 0xB162CC) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and CC. RGB value is (177,98,204). Sum of RGB (Red+Green+Blue) = 177+98+204=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B162CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162CC is #4E9D33. Grayscale: #858585. Windows color (decimal): -5152052 or 13394609. OLE color: 13394609.

HSL color Cylindrical-coordinate representation of color #B162CC: hue angle of 284.72º degrees, saturation: 0.51, 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 #B162CC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17798204-
CMYK0.130.5200.2
HSL284.72º50.96%59.22%-
HSV(B)284.72º51.96%80%-
XYZ33.422.4459.7-
YUV133.7167.67158.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 98 (38.67% from 255) = 20.46%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=36.95%
G=20.46%
B=42.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177982040.130.5200.2284.7250.9659.22
HexB162CCD3401411d333b
Octal26114231415640244356373
Binary101100011100010110011001101110100010100100011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162CC; }

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

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

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

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

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

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

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

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