#B170C8

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

Shades of Medium Orchid #B170C8

Tints of Medium Orchid #B170C8

Color information

#B170C8 (or 0xB170C8) is unknown color: approx Medium Orchid. HEX triplet: B1, 70 and C8. RGB value is (177,112,200). Sum of RGB (Red+Green+Blue) = 177+112+200=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #B170C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170C8 is #4E8F37. Grayscale: #8D8D8D. Windows color (decimal): -5148472 or 13136049. OLE color: 13136049.

HSL color Cylindrical-coordinate representation of color #B170C8: hue angle of 284.32º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B170C8 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177112200-
CMYK0.120.4400.22
HSL284.32º44.44%61.18%-
HSV(B)284.32º44%78.43%-
XYZ34.3525.1157.68-
YUV141.47161.03153.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=36.20%
G=22.90%
B=40.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771122000.120.4400.22284.3244.4461.18
HexB170C8C2C01611c2c3d
Octal26116031014540264345475
Binary101100011110000110010001100101100010110100011100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170C8; }

 p { color: rgb(177,112,200); }

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

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

 a { background-color: rgb(177,112,200); }

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

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

 span { border-color: rgb(177,112,200); }

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