Html Css Color HEX #B174F4 Medium Purple

📋 copy color: '#B174F4'

red 177 ◦ green 116 ◦ blue 244

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

Shades of Medium Purple #B174F4

Tints of Medium Purple #B174F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.44%

R = 32.96%
G = 21.6%
B = 45.44%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B174F4 (or 0xB174F4) is known color: Medium Purple. HEX triplet: B1, 74 and F4. RGB value is (177,116,244). Sum of RGB (Red+Green+Blue) = 177+116+244=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #B174F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174F4 is #4E8B0B. Grayscale: #949494. Windows color (decimal): -5147404 or 16020657. OLE color: 16020657.

HSL color Cylindrical-coordinate representation of color #B174F4: hue angle of 268.59º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B174F4 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 116 244 -
CMYK 0.27 0.52 0 0.04
HSL 268.59º 0.85% 0.71% -
HSV(B) 268.59º 0.52% 0.96% -
XYZ 40.71 28.37 88.92 -
YUV 148.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 177 116 244 0.27 0.52 0 0.04 268.59 0.85 0.71
Hex B1 74 F4 1B 34 0 4 10D 55 47
Octal 261 164 364 33 64 0 4 415 125 107
Binary 10110001 1110100 11110100 11011 110100 0 100 100001101 1010101 1000111

Color Harmonies of #B174F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174F4

Black with #B174F4

Text Example


Text Example

White with #B174F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174F4; }

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

 H1.HeaderClassName
 {
   color: #B174F4;
 }
 .AnyTagClassName
 {
   color: #B174F4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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