Html Css Color HEX #B172FF Medium Purple

📋 copy color: '#B172FF'

red 177 ◦ green 114 ◦ blue 255

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

Shades of Medium Purple #B172FF

Tints of Medium Purple #B172FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 32.42%
G = 20.88%
B = 46.7%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B172FF (or 0xB172FF) is known color: Medium Purple. HEX triplet: B1, 72 and FF. RGB value is (177,114,255). Sum of RGB (Red+Green+Blue) = 177+114+255=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #B172FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172FF is #4E8D00. Grayscale: #949494. Windows color (decimal): -5147905 or 16741041. OLE color: 16741041.

HSL color Cylindrical-coordinate representation of color #B172FF: hue angle of 266.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B172FF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 114 255 -
CMYK 0.31 0.55 0 0
HSL 266.81º 1% 0.72% -
HSV(B) 266.81º 0.55% 1% -
XYZ 42.2 28.6 97.9 -
YUV 148.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 177 114 255 0.31 0.55 0 0 266.81 1 0.72
Hex B1 72 FF 1F 37 0 0 10B 64 48
Octal 261 162 377 37 67 0 0 413 144 110
Binary 10110001 1110010 11111111 11111 110111 0 0 100001011 1100100 1001000

Color Harmonies of #B172FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172FF

Black with #B172FF

Text Example


Text Example

White with #B172FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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