#B172E6

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

Shades of Medium Purple #B172E6

Tints of Medium Purple #B172E6

Color information

#B172E6 (or 0xB172E6) is unknown color: approx Medium Purple. HEX triplet: B1, 72 and E6. RGB value is (177,114,230). Sum of RGB (Red+Green+Blue) = 177+114+230=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #B172E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172E6 is #4E8D19. Grayscale: #919191. Windows color (decimal): -5147930 or 15102641. OLE color: 15102641.

HSL color Cylindrical-coordinate representation of color #B172E6: hue angle of 272.59º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B172E6 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177114230-
CMYK0.230.5000.10
HSL272.59º69.88%67.45%-
HSV(B)272.59º50.43%90.2%-
XYZ38.4327.0978.07-
YUV146.06175.37150.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 230 (90.23% from 255) = 44.15%
R=33.97%
G=21.88%
B=44.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771142300.230.5000.10272.5969.8867.45
HexB172E617320A1114643
Octal2611623462762012421106103
Binary10110001111001011100110101111100100101010001000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172E6; }

 p { color: rgb(177,114,230); }

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

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

 a { background-color: rgb(177,114,230); }

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

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

 span { border-color: rgb(177,114,230); }

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