Html Css Color HEX #B174E4 Medium Purple

📋 copy color: '#B174E4'

red 177 ◦ green 116 ◦ blue 228

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

Shades of Medium Purple #B174E4

Tints of Medium Purple #B174E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.76%

R = 33.97%
G = 22.26%
B = 43.76%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B174E4 (or 0xB174E4) is known color: Medium Purple. HEX triplet: B1, 74 and E4. RGB value is (177,116,228). Sum of RGB (Red+Green+Blue) = 177+116+228=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #B174E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174E4 is #4E8B1B. Grayscale: #929292. Windows color (decimal): -5147420 or 14972081. OLE color: 14972081.

HSL color Cylindrical-coordinate representation of color #B174E4: hue angle of 272.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B174E4 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 116 228 -
CMYK 0.22 0.49 0 0.11
HSL 272.68º 0.67% 0.67% -
HSV(B) 272.68º 0.49% 0.89% -
XYZ 38.38 27.44 76.67 -
YUV 147.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 177 116 228 0.22 0.49 0 0.11 272.68 0.67 0.67
Hex B1 74 E4 16 31 0 B 111 43 43
Octal 261 164 344 26 61 0 13 421 103 103
Binary 10110001 1110100 11100100 10110 110001 0 1011 100010001 1000011 1000011

Color Harmonies of #B174E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174E4

Black with #B174E4

Text Example


Text Example

White with #B174E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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