#B174FF

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

Shades of Medium Purple #B174FF

Tints of Medium Purple #B174FF

Color information

#B174FF (or 0xB174FF) is unknown color: approx Medium Purple. HEX triplet: B1, 74 and FF. RGB value is (177,116,255). Sum of RGB (Red+Green+Blue) = 177+116+255=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B174FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174FF is #4E8B00. Grayscale: #959595. Windows color (decimal): -5147393 or 16741553. OLE color: 16741553.

HSL color Cylindrical-coordinate representation of color #B174FF: hue angle of 266.33º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B174FF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177116255-
CMYK0.310.5500
HSL266.33º100%72.75%-
HSV(B)266.33º54.51%100%-
XYZ42.4329.0697.98-
YUV150.08187.21147.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 116 (45.70% from 255) = 21.17%
BLUE value IS 255 (100% from 255) = 46.53%
R=32.30%
G=21.17%
B=46.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771162550.310.5500266.3310072.75
HexB174FF1F370010a6449
Octal261164377376700412144111
Binary10110001111010011111111111111101110010000101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174FF; }

 p { color: rgb(177,116,255); }

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

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

 a { background-color: rgb(177,116,255); }

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

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

 span { border-color: rgb(177,116,255); }

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