Html Css Color HEX #B174FF Medium Purple

📋 copy color: '#B174FF'

red 177 ◦ green 116 ◦ blue 255

#B174FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #B174FF

Tints of Medium Purple #B174FF

RGB

 RED value IS 177 (69.53% from 255) = 32.3%

 GREEN value IS 116 (45.7% from 255) = 21.17%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 32.3%
G = 21.17%
B = 46.53%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B174FF (or 0xB174FF) is known color: 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

RGB 177 116 255 -
CMYK 0.31 0.55 0 0
HSL 266.33º 1% 0.73% -
HSV(B) 266.33º 0.55% 1% -
XYZ 42.43 29.06 97.98 -
YUV 150.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 177 116 255 0.31 0.55 0 0 266.33 1 0.73
Hex B1 74 FF 1F 37 0 0 10A 64 49
Octal 261 164 377 37 67 0 0 412 144 111
Binary 10110001 1110100 11111111 11111 110111 0 0 100001010 1100100 1001001

Color Harmonies of #B174FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174FF

Black with #B174FF

Text Example


Text Example

White with #B174FF

Text Example


Text Example

HTML Codes & Css Web 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>