Html Css Color HEX #B173EE Medium Purple

📋 copy color: '#B173EE'

red 177 ◦ green 115 ◦ blue 238

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

Shades of Medium Purple #B173EE

Tints of Medium Purple #B173EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 33.4%
G = 21.7%
B = 44.91%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B173EE (or 0xB173EE) is known color: Medium Purple. HEX triplet: B1, 73 and EE. RGB value is (177,115,238). Sum of RGB (Red+Green+Blue) = 177+115+238=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B173EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173EE is #4E8C11. Grayscale: #939393. Windows color (decimal): -5147666 or 15627185. OLE color: 15627185.

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

Color convert

RGB 177 115 238 -
CMYK 0.26 0.52 0 0.07
HSL 270.24º 0.78% 0.69% -
HSV(B) 270.24º 0.52% 0.93% -
XYZ 39.69 27.78 84.16 -
YUV 147.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 177 115 238 0.26 0.52 0 0.07 270.24 0.78 0.69
Hex B1 73 EE 1A 34 0 7 10E 4E 45
Octal 261 163 356 32 64 0 7 416 116 105
Binary 10110001 1110011 11101110 11010 110100 0 111 100001110 1001110 1000101

Color Harmonies of #B173EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173EE

Black with #B173EE

Text Example


Text Example

White with #B173EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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