Html Css Color HEX #B172E6 Medium Purple

📋 copy color: '#B172E6'

red 177 ◦ green 114 ◦ blue 230

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

Shades of Medium Purple #B172E6

Tints of Medium Purple #B172E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 33.97%
G = 21.88%
B = 44.15%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B172E6 (or 0xB172E6) is known color: Medium Purple. HEX triplet: B1, 72 and E6. RGB value is (177,114,230). Sum of RGB (Red+Green+Blue) = 177+114+230=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #B172E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172E6 is #4E8D19. Grayscale: #919191. Windows color (decimal): -5147930 or 15102641. OLE color: 15102641.

HSL color Cylindrical-coordinate representation of color #B172E6: hue angle of 272.59º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B172E6 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 114 230 -
CMYK 0.23 0.50 0 0.10
HSL 272.59º 0.7% 0.67% -
HSV(B) 272.59º 0.5% 0.9% -
XYZ 38.43 27.09 78.07 -
YUV 146.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 177 114 230 0.23 0.50 0 0.10 272.59 0.7 0.67
Hex B1 72 E6 17 32 0 A 111 46 43
Octal 261 162 346 27 62 0 12 421 106 103
Binary 10110001 1110010 11100110 10111 110010 0 1010 100010001 1000110 1000011

Color Harmonies of #B172E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172E6

Black with #B172E6

Text Example


Text Example

White with #B172E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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