Html Css Color HEX #B173EB Medium Purple

📋 copy color: '#B173EB'

red 177 ◦ green 115 ◦ blue 235

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

Shades of Medium Purple #B173EB

Tints of Medium Purple #B173EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 33.59%
G = 21.82%
B = 44.59%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B173EB (or 0xB173EB) is known color: Medium Purple. HEX triplet: B1, 73 and EB. RGB value is (177,115,235). Sum of RGB (Red+Green+Blue) = 177+115+235=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #B173EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173EB is #4E8C14. Grayscale: #929292. Windows color (decimal): -5147669 or 15430577. OLE color: 15430577.

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

Color convert

RGB 177 115 235 -
CMYK 0.25 0.51 0 0.08
HSL 271º 0.75% 0.69% -
HSV(B) 271º 0.51% 0.92% -
XYZ 39.26 27.61 81.86 -
YUV 147.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 177 115 235 0.25 0.51 0 0.08 271 0.75 0.69
Hex B1 73 EB 19 33 0 8 10F 4B 45
Octal 261 163 353 31 63 0 10 417 113 105
Binary 10110001 1110011 11101011 11001 110011 0 1000 100001111 1001011 1000101

Color Harmonies of #B173EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173EB

Black with #B173EB

Text Example


Text Example

White with #B173EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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