Html Css Color HEX #B16ABD Fuchsia

📋 copy color: '#B16ABD'

red 177 ◦ green 106 ◦ blue 189

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

Shades of Fuchsia #B16ABD

Tints of Fuchsia #B16ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 37.5%
G = 22.46%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B16ABD (or 0xB16ABD) is known color: Fuchsia. HEX triplet: B1, 6A and BD. RGB value is (177,106,189). Sum of RGB (Red+Green+Blue) = 177+106+189=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #B16ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ABD is #4E9542. Grayscale: #888888. Windows color (decimal): -5150019 or 12413617. OLE color: 12413617.

HSL color Cylindrical-coordinate representation of color #B16ABD: hue angle of 291.33º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16ABD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 106 189 -
CMYK 0.06 0.44 0 0.26
HSL 291.33º 0.39% 0.58% -
HSV(B) 291.33º 0.44% 0.74% -
XYZ 32.47 23.33 50.94 -
YUV 136.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 177 106 189 0.06 0.44 0 0.26 291.33 0.39 0.58
Hex B1 6A BD 6 2C 0 1A 123 27 3A
Octal 261 152 275 6 54 0 32 443 47 72
Binary 10110001 1101010 10111101 110 101100 0 11010 100100011 100111 111010

Color Harmonies of #B16ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ABD

Black with #B16ABD

Text Example


Text Example

White with #B16ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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