Html Css Color HEX #B16AF9 Medium Purple

📋 copy color: '#B16AF9'

red 177 ◦ green 106 ◦ blue 249

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

Shades of Medium Purple #B16AF9

Tints of Medium Purple #B16AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.92%

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

R = 33.27%
G = 19.92%
B = 46.8%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B16AF9 (or 0xB16AF9) is known color: Medium Purple. HEX triplet: B1, 6A and F9. RGB value is (177,106,249). Sum of RGB (Red+Green+Blue) = 177+106+249=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #B16AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AF9 is #4E9506. Grayscale: #8F8F8F. Windows color (decimal): -5149959 or 16345777. OLE color: 16345777.

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

Color convert

RGB 177 106 249 -
CMYK 0.29 0.57 0 0.02
HSL 269.79º 0.92% 0.7% -
HSV(B) 269.79º 0.57% 0.98% -
XYZ 40.38 26.49 92.61 -
YUV 143.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 177 106 249 0.29 0.57 0 0.02 269.79 0.92 0.7
Hex B1 6A F9 1D 39 0 2 10E 5C 46
Octal 261 152 371 35 71 0 2 416 134 106
Binary 10110001 1101010 11111001 11101 111001 0 10 100001110 1011100 1000110

Color Harmonies of #B16AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AF9

Black with #B16AF9

Text Example


Text Example

White with #B16AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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