Html Css Color HEX #B17AF1 Medium Purple

📋 copy color: '#B17AF1'

red 177 ◦ green 122 ◦ blue 241

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

Shades of Medium Purple #B17AF1

Tints of Medium Purple #B17AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.59%

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 32.78%
G = 22.59%
B = 44.63%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B17AF1 (or 0xB17AF1) is known color: Medium Purple. HEX triplet: B1, 7A and F1. RGB value is (177,122,241). Sum of RGB (Red+Green+Blue) = 177+122+241=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #B17AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17AF1 is #4E850E. Grayscale: #979797. Windows color (decimal): -5145871 or 15825585. OLE color: 15825585.

HSL color Cylindrical-coordinate representation of color #B17AF1: hue angle of 267.73º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17AF1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 122 241 -
CMYK 0.27 0.49 0 0.05
HSL 267.73º 0.81% 0.71% -
HSV(B) 267.73º 0.49% 0.95% -
XYZ 40.97 29.62 86.78 -
YUV 152.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 177 122 241 0.27 0.49 0 0.05 267.73 0.81 0.71
Hex B1 7A F1 1B 31 0 5 10C 51 47
Octal 261 172 361 33 61 0 5 414 121 107
Binary 10110001 1111010 11110001 11011 110001 0 101 100001100 1010001 1000111

Color Harmonies of #B17AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AF1

Black with #B17AF1

Text Example


Text Example

White with #B17AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AF1; }

 p { color: rgb(177,122,241); }

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

background-color css

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

 a { background-color: rgb(177,122,241); }

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

border-color css

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

 span { border-color: rgb(177,122,241); }

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