Html Css Color HEX #B16AFB Medium Purple

📋 copy color: '#B16AFB'

red 177 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #B16AFB

Tints of Medium Purple #B16AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 33.15%
G = 19.85%
B = 47%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B16AFB (or 0xB16AFB) is known color: Medium Purple. HEX triplet: B1, 6A and FB. RGB value is (177,106,251). Sum of RGB (Red+Green+Blue) = 177+106+251=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #B16AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AFB is #4E9504. Grayscale: #8F8F8F. Windows color (decimal): -5149957 or 16476849. OLE color: 16476849.

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

Color convert

RGB 177 106 251 -
CMYK 0.29 0.58 0 0.02
HSL 269.38º 0.95% 0.7% -
HSV(B) 269.38º 0.58% 0.98% -
XYZ 40.7 26.62 94.26 -
YUV 143.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 177 106 251 0.29 0.58 0 0.02 269.38 0.95 0.7
Hex B1 6A FB 1D 3A 0 2 10D 5F 46
Octal 261 152 373 35 72 0 2 415 137 106
Binary 10110001 1101010 11111011 11101 111010 0 10 100001101 1011111 1000110

Color Harmonies of #B16AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AFB

Black with #B16AFB

Text Example


Text Example

White with #B16AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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