Html Css Color HEX #B174EC Medium Purple

📋 copy color: '#B174EC'

red 177 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #B174EC

Tints of Medium Purple #B174EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 33.46%
G = 21.93%
B = 44.61%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B174EC (or 0xB174EC) is known color: Medium Purple. HEX triplet: B1, 74 and EC. RGB value is (177,116,236). Sum of RGB (Red+Green+Blue) = 177+116+236=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #B174EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174EC is #4E8B13. Grayscale: #939393. Windows color (decimal): -5147412 or 15496369. OLE color: 15496369.

HSL color Cylindrical-coordinate representation of color #B174EC: hue angle of 270.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B174EC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 116 236 -
CMYK 0.25 0.51 0 0.07
HSL 270.5º 0.76% 0.69% -
HSV(B) 270.5º 0.51% 0.93% -
XYZ 39.52 27.89 82.66 -
YUV 147.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 177 116 236 0.25 0.51 0 0.07 270.5 0.76 0.69
Hex B1 74 EC 19 33 0 7 10E 4C 45
Octal 261 164 354 31 63 0 7 416 114 105
Binary 10110001 1110100 11101100 11001 110011 0 111 100001110 1001100 1000101

Color Harmonies of #B174EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174EC

Black with #B174EC

Text Example


Text Example

White with #B174EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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