Html Css Color HEX #B172EB Medium Purple

📋 copy color: '#B172EB'

red 177 ◦ green 114 ◦ blue 235

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

Shades of Medium Purple #B172EB

Tints of Medium Purple #B172EB

RGB

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

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

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

R = 33.65%
G = 21.67%
B = 44.68%

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

#B172EB (or 0xB172EB) is known color: Medium Purple. HEX triplet: B1, 72 and EB. RGB value is (177,114,235). Sum of RGB (Red+Green+Blue) = 177+114+235=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #B172EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172EB is #4E8D14. Grayscale: #929292. Windows color (decimal): -5147925 or 15430321. OLE color: 15430321.

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

Color convert

RGB 177 114 235 -
CMYK 0.25 0.51 0 0.08
HSL 271.24º 0.75% 0.68% -
HSV(B) 271.24º 0.51% 0.92% -
XYZ 39.14 27.38 81.82 -
YUV 146.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 177 114 235 0.25 0.51 0 0.08 271.24 0.75 0.68
Hex B1 72 EB 19 33 0 8 10F 4B 44
Octal 261 162 353 31 63 0 10 417 113 104
Binary 10110001 1110010 11101011 11001 110011 0 1000 100001111 1001011 1000100

Color Harmonies of #B172EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172EB

Black with #B172EB

Text Example


Text Example

White with #B172EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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