#B160CD

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

Shades of Medium Orchid #B160CD

Tints of Medium Orchid #B160CD

Color information

#B160CD (or 0xB160CD) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and CD. RGB value is (177,96,205). Sum of RGB (Red+Green+Blue) = 177+96+205=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B160CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160CD is #4E9F32. Grayscale: #848484. Windows color (decimal): -5152563 or 13459633. OLE color: 13459633.

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

Color convert

RGB17796205-
CMYK0.140.5300.20
HSL284.59º52.15%59.02%-
HSV(B)284.59º53.17%80.39%-
XYZ33.3322.1260.27-
YUV132.64168.84159.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=37.03%
G=20.08%
B=42.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177962050.140.5300.20284.5952.1559.02
HexB160CDE3501411d343b
Octal26114031516650244356473
Binary101100011100000110011011110110101010100100011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160CD; }

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

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

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

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

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

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

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

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