Html Css Color HEX #B172FA Medium Purple

📋 copy color: '#B172FA'

red 177 ◦ green 114 ◦ blue 250

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

Shades of Medium Purple #B172FA

Tints of Medium Purple #B172FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 32.72%
G = 21.07%
B = 46.21%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B172FA (or 0xB172FA) is known color: Medium Purple. HEX triplet: B1, 72 and FA. RGB value is (177,114,250). Sum of RGB (Red+Green+Blue) = 177+114+250=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #B172FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172FA is #4E8D05. Grayscale: #939393. Windows color (decimal): -5147910 or 16413361. OLE color: 16413361.

HSL color Cylindrical-coordinate representation of color #B172FA: hue angle of 267.79º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B172FA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 114 250 -
CMYK 0.29 0.54 0 0.02
HSL 267.79º 0.93% 0.71% -
HSV(B) 267.79º 0.54% 0.98% -
XYZ 41.4 28.28 93.72 -
YUV 148.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 177 114 250 0.29 0.54 0 0.02 267.79 0.93 0.71
Hex B1 72 FA 1D 36 0 2 10C 5D 47
Octal 261 162 372 35 66 0 2 414 135 107
Binary 10110001 1110010 11111010 11101 110110 0 10 100001100 1011101 1000111

Color Harmonies of #B172FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172FA

Black with #B172FA

Text Example


Text Example

White with #B172FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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