#B170CC

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

Shades of Medium Orchid #B170CC

Tints of Medium Orchid #B170CC

Color information

#B170CC (or 0xB170CC) is unknown color: approx Medium Orchid. HEX triplet: B1, 70 and CC. RGB value is (177,112,204). Sum of RGB (Red+Green+Blue) = 177+112+204=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #B170CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170CC is #4E8F33. Grayscale: #8D8D8D. Windows color (decimal): -5148468 or 13398193. OLE color: 13398193.

HSL color Cylindrical-coordinate representation of color #B170CC: hue angle of 282.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B170CC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177112204-
CMYK0.130.4500.2
HSL282.39º47.42%61.96%-
HSV(B)282.39º45.1%80%-
XYZ34.8225.360.17-
YUV141.92163.03153.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=35.90%
G=22.72%
B=41.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771122040.130.4500.2282.3947.4261.96
HexB170CCD2D01411a2f3e
Octal26116031415550244325776
Binary101100011110000110011001101101101010100100011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170CC; }

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

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

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

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

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

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

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

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