Html Css Color HEX #B173FA Medium Purple

📋 copy color: '#B173FA'

red 177 ◦ green 115 ◦ blue 250

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

Shades of Medium Purple #B173FA

Tints of Medium Purple #B173FA

RGB

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

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

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

R = 32.66%
G = 21.22%
B = 46.13%

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

#B173FA (or 0xB173FA) is known color: Medium Purple. HEX triplet: B1, 73 and FA. RGB value is (177,115,250). Sum of RGB (Red+Green+Blue) = 177+115+250=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #B173FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173FA is #4E8C05. Grayscale: #949494. Windows color (decimal): -5147654 or 16413617. OLE color: 16413617.

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

Color convert

RGB 177 115 250 -
CMYK 0.29 0.54 0 0.02
HSL 267.56º 0.93% 0.72% -
HSV(B) 267.56º 0.54% 0.98% -
XYZ 41.52 28.51 93.76 -
YUV 148.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 177 115 250 0.29 0.54 0 0.02 267.56 0.93 0.72
Hex B1 73 FA 1D 36 0 2 10C 5D 48
Octal 261 163 372 35 66 0 2 414 135 110
Binary 10110001 1110011 11111010 11101 110110 0 10 100001100 1011101 1001000

Color Harmonies of #B173FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173FA

Black with #B173FA

Text Example


Text Example

White with #B173FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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