Html Css Color HEX #B173EC Medium Purple

📋 copy color: '#B173EC'

red 177 ◦ green 115 ◦ blue 236

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

Shades of Medium Purple #B173EC

Tints of Medium Purple #B173EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.78%

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

R = 33.52%
G = 21.78%
B = 44.7%

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

#B173EC (or 0xB173EC) is known color: Medium Purple. HEX triplet: B1, 73 and EC. RGB value is (177,115,236). Sum of RGB (Red+Green+Blue) = 177+115+236=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #B173EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173EC is #4E8C13. Grayscale: #929292. Windows color (decimal): -5147668 or 15496113. OLE color: 15496113.

HSL color Cylindrical-coordinate representation of color #B173EC: hue angle of 270.74º 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 #B173EC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 115 236 -
CMYK 0.25 0.51 0 0.07
HSL 270.74º 0.76% 0.69% -
HSV(B) 270.74º 0.51% 0.93% -
XYZ 39.4 27.66 82.62 -
YUV 147.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 177 115 236 0.25 0.51 0 0.07 270.74 0.76 0.69
Hex B1 73 EC 19 33 0 7 10F 4C 45
Octal 261 163 354 31 63 0 7 417 114 105
Binary 10110001 1110011 11101100 11001 110011 0 111 100001111 1001100 1000101

Color Harmonies of #B173EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173EC

Black with #B173EC

Text Example


Text Example

White with #B173EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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