Html Css Color HEX #B16AB5 Fuchsia

📋 copy color: '#B16AB5'

red 177 ◦ green 106 ◦ blue 181

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

Shades of Fuchsia #B16AB5

Tints of Fuchsia #B16AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 38.15%
G = 22.84%
B = 39.01%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B16AB5 (or 0xB16AB5) is known color: Fuchsia. HEX triplet: B1, 6A and B5. RGB value is (177,106,181). Sum of RGB (Red+Green+Blue) = 177+106+181=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #B16AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AB5 is #4E954A. Grayscale: #878787. Windows color (decimal): -5150027 or 11889329. OLE color: 11889329.

HSL color Cylindrical-coordinate representation of color #B16AB5: hue angle of 296.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16AB5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 106 181 -
CMYK 0.02 0.41 0 0.29
HSL 296.8º 0.34% 0.56% -
HSV(B) 296.8º 0.41% 0.71% -
XYZ 31.63 22.99 46.49 -
YUV 135.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 177 106 181 0.02 0.41 0 0.29 296.8 0.34 0.56
Hex B1 6A B5 2 29 0 1D 129 22 38
Octal 261 152 265 2 51 0 35 451 42 70
Binary 10110001 1101010 10110101 10 101001 0 11101 100101001 100010 111000

Color Harmonies of #B16AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AB5

Black with #B16AB5

Text Example


Text Example

White with #B16AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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