#b175ec

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

Shades of Medium Purple #B175EC

Tints of Medium Purple #B175EC

Color information

#B175EC (or 0xB175EC) is unknown color: approx Medium Purple. HEX triplet: B1, 75 and EC. RGB value is (177,117,236). Sum of RGB (Red+Green+Blue) = 177+117+236=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #B175EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175EC is #4E8A13. Grayscale: #949494. Windows color (decimal): -5147156 or 15496625. OLE color: 15496625.

HSL color Cylindrical-coordinate representation of color #B175EC: hue angle of 270.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B175EC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177117236-
CMYK0.250.5000.07
HSL270.25º75.8%69.22%-
HSV(B)270.25º50.42%92.55%-
XYZ39.6328.1382.7-
YUV148.51177.38148.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=33.40%
G=22.08%
B=44.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771172360.250.5000.07270.2575.869.22
HexB175EC19320710e4c45
Octal261165354316207416114105
Binary1011000111101011110110011001110010011110000111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b175ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b175ec; }

 p { color: rgb(177,117,236); }

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

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

 a { background-color: rgb(177,117,236); }

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

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

 span { border-color: rgb(177,117,236); }

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