Html Css Color HEX #B17AF9 Medium Purple

📋 copy color: '#B17AF9'

red 177 ◦ green 122 ◦ blue 249

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

Shades of Medium Purple #B17AF9

Tints of Medium Purple #B17AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 32.3%
G = 22.26%
B = 45.44%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B17AF9 (or 0xB17AF9) is known color: Medium Purple. HEX triplet: B1, 7A and F9. RGB value is (177,122,249). Sum of RGB (Red+Green+Blue) = 177+122+249=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #B17AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17AF9 is #4E8506. Grayscale: #989898. Windows color (decimal): -5145863 or 16349873. OLE color: 16349873.

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

Color convert

RGB 177 122 249 -
CMYK 0.29 0.51 0 0.02
HSL 265.98º 0.91% 0.73% -
HSV(B) 265.98º 0.51% 0.98% -
XYZ 42.19 30.11 93.21 -
YUV 152.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 177 122 249 0.29 0.51 0 0.02 265.98 0.91 0.73
Hex B1 7A F9 1D 33 0 2 10A 5B 49
Octal 261 172 371 35 63 0 2 412 133 111
Binary 10110001 1111010 11111001 11101 110011 0 10 100001010 1011011 1001001

Color Harmonies of #B17AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AF9

Black with #B17AF9

Text Example


Text Example

White with #B17AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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