Html Css Color HEX #B174EF Medium Purple

📋 copy color: '#B174EF'

red 177 ◦ green 116 ◦ blue 239

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

Shades of Medium Purple #B174EF

Tints of Medium Purple #B174EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 33.27%
G = 21.8%
B = 44.92%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B174EF (or 0xB174EF) is known color: Medium Purple. HEX triplet: B1, 74 and EF. RGB value is (177,116,239). Sum of RGB (Red+Green+Blue) = 177+116+239=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #B174EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174EF is #4E8B10. Grayscale: #939393. Windows color (decimal): -5147409 or 15692977. OLE color: 15692977.

HSL color Cylindrical-coordinate representation of color #B174EF: hue angle of 269.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B174EF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 116 239 -
CMYK 0.26 0.51 0 0.06
HSL 269.76º 0.79% 0.7% -
HSV(B) 269.76º 0.51% 0.94% -
XYZ 39.96 28.07 84.97 -
YUV 148.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 177 116 239 0.26 0.51 0 0.06 269.76 0.79 0.7
Hex B1 74 EF 1A 33 0 6 10E 4F 46
Octal 261 164 357 32 63 0 6 416 117 106
Binary 10110001 1110100 11101111 11010 110011 0 110 100001110 1001111 1000110

Color Harmonies of #B174EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174EF

Black with #B174EF

Text Example


Text Example

White with #B174EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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