Html Css Color HEX #B172ED Medium Purple

📋 copy color: '#B172ED'

red 177 ◦ green 114 ◦ blue 237

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

Shades of Medium Purple #B172ED

Tints of Medium Purple #B172ED

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 33.52%
G = 21.59%
B = 44.89%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B172ED (or 0xB172ED) is known color: Medium Purple. HEX triplet: B1, 72 and ED. RGB value is (177,114,237). Sum of RGB (Red+Green+Blue) = 177+114+237=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #B172ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172ED is #4E8D12. Grayscale: #929292. Windows color (decimal): -5147923 or 15561393. OLE color: 15561393.

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

Color convert

RGB 177 114 237 -
CMYK 0.25 0.52 0 0.07
HSL 270.73º 0.77% 0.69% -
HSV(B) 270.73º 0.52% 0.93% -
XYZ 39.43 27.5 83.35 -
YUV 146.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 177 114 237 0.25 0.52 0 0.07 270.73 0.77 0.69
Hex B1 72 ED 19 34 0 7 10F 4D 45
Octal 261 162 355 31 64 0 7 417 115 105
Binary 10110001 1110010 11101101 11001 110100 0 111 100001111 1001101 1000101

Color Harmonies of #B172ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172ED

Black with #B172ED

Text Example


Text Example

White with #B172ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172ED; }

 p { color: rgb(177,114,237); }

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

background-color css

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

 a { background-color: rgb(177,114,237); }

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

border-color css

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

 span { border-color: rgb(177,114,237); }

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