Html Css Color HEX #B16AFD Medium Purple

📋 copy color: '#B16AFD'

red 177 ◦ green 106 ◦ blue 253

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

Shades of Medium Purple #B16AFD

Tints of Medium Purple #B16AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 33.02%
G = 19.78%
B = 47.2%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B16AFD (or 0xB16AFD) is known color: Medium Purple. HEX triplet: B1, 6A and FD. RGB value is (177,106,253). Sum of RGB (Red+Green+Blue) = 177+106+253=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #B16AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AFD is #4E9502. Grayscale: #8F8F8F. Windows color (decimal): -5149955 or 16607921. OLE color: 16607921.

HSL color Cylindrical-coordinate representation of color #B16AFD: hue angle of 268.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B16AFD is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 106 253 -
CMYK 0.30 0.58 0 0.01
HSL 268.98º 0.97% 0.7% -
HSV(B) 268.98º 0.58% 0.99% -
XYZ 41.02 26.75 95.93 -
YUV 143.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 177 106 253 0.30 0.58 0 0.01 268.98 0.97 0.7
Hex B1 6A FD 1E 3A 0 1 10D 61 46
Octal 261 152 375 36 72 0 1 415 141 106
Binary 10110001 1101010 11111101 11110 111010 0 1 100001101 1100001 1000110

Color Harmonies of #B16AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AFD

Black with #B16AFD

Text Example


Text Example

White with #B16AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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