Html Css Color HEX #B173E5 Medium Purple

📋 copy color: '#B173E5'

red 177 ◦ green 115 ◦ blue 229

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

Shades of Medium Purple #B173E5

Tints of Medium Purple #B173E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 33.97%
G = 22.07%
B = 43.95%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B173E5 (or 0xB173E5) is known color: Medium Purple. HEX triplet: B1, 73 and E5. RGB value is (177,115,229). Sum of RGB (Red+Green+Blue) = 177+115+229=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #B173E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173E5 is #4E8C1A. Grayscale: #929292. Windows color (decimal): -5147675 or 15037361. OLE color: 15037361.

HSL color Cylindrical-coordinate representation of color #B173E5: hue angle of 272.63º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B173E5 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 115 229 -
CMYK 0.23 0.50 0 0.10
HSL 272.63º 0.69% 0.67% -
HSV(B) 272.63º 0.5% 0.9% -
XYZ 38.41 27.27 77.37 -
YUV 146.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 177 115 229 0.23 0.50 0 0.10 272.63 0.69 0.67
Hex B1 73 E5 17 32 0 A 111 45 43
Octal 261 163 345 27 62 0 12 421 105 103
Binary 10110001 1110011 11100101 10111 110010 0 1010 100010001 1000101 1000011

Color Harmonies of #B173E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173E5

Black with #B173E5

Text Example


Text Example

White with #B173E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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