#B171CA

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

Shades of Medium Orchid #B171CA

Tints of Medium Orchid #B171CA

Color information

#B171CA (or 0xB171CA) is unknown color: approx Medium Orchid. HEX triplet: B1, 71 and CA. RGB value is (177,113,202). Sum of RGB (Red+Green+Blue) = 177+113+202=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #B171CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171CA is #4E8E35. Grayscale: #8D8D8D. Windows color (decimal): -5148214 or 13267377. OLE color: 13267377.

HSL color Cylindrical-coordinate representation of color #B171CA: hue angle of 283.15º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B171CA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177113202-
CMYK0.120.4400.21
HSL283.15º45.64%61.76%-
HSV(B)283.15º44.06%79.22%-
XYZ34.725.4258.96-
YUV142.28161.7152.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=35.98%
G=22.97%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771132020.120.4400.21283.1545.6461.76
HexB171CAC2C01511b2e3e
Octal26116131214540254335676
Binary101100011110001110010101100101100010101100011011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171CA; }

 p { color: rgb(177,113,202); }

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

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

 a { background-color: rgb(177,113,202); }

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

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

 span { border-color: rgb(177,113,202); }

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