Html Css Color HEX #B16BBA Fuchsia

📋 copy color: '#B16BBA'

red 177 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #B16BBA

Tints of Fuchsia #B16BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.77%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 37.66%
G = 22.77%
B = 39.57%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B16BBA (or 0xB16BBA) is known color: Fuchsia. HEX triplet: B1, 6B and BA. RGB value is (177,107,186). Sum of RGB (Red+Green+Blue) = 177+107+186=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BBA is #4E9445. Grayscale: #888888. Windows color (decimal): -5149766 or 12217265. OLE color: 12217265.

HSL color Cylindrical-coordinate representation of color #B16BBA: hue angle of 293.16º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16BBA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 107 186 -
CMYK 0.05 0.42 0 0.27
HSL 293.16º 0.36% 0.57% -
HSV(B) 293.16º 0.42% 0.73% -
XYZ 32.25 23.41 49.27 -
YUV 136.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 177 107 186 0.05 0.42 0 0.27 293.16 0.36 0.57
Hex B1 6B BA 5 2A 0 1B 125 24 39
Octal 261 153 272 5 52 0 33 445 44 71
Binary 10110001 1101011 10111010 101 101010 0 11011 100100101 100100 111001

Color Harmonies of #B16BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BBA

Black with #B16BBA

Text Example


Text Example

White with #B16BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BBA; }

 p { color: rgb(177,107,186); }

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

background-color css

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

 a { background-color: rgb(177,107,186); }

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

border-color css

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

 span { border-color: rgb(177,107,186); }

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