Html Css Color HEX #B16FBA Fuchsia

📋 copy color: '#B16FBA'

red 177 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #B16FBA

Tints of Fuchsia #B16FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

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

R = 37.34%
G = 23.42%
B = 39.24%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B16FBA (or 0xB16FBA) is known color: Fuchsia. HEX triplet: B1, 6F and BA. RGB value is (177,111,186). Sum of RGB (Red+Green+Blue) = 177+111+186=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #B16FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FBA is #4E9045. Grayscale: #8B8B8B. Windows color (decimal): -5148742 or 12218289. OLE color: 12218289.

HSL color Cylindrical-coordinate representation of color #B16FBA: hue angle of 292.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16FBA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 111 186 -
CMYK 0.05 0.40 0 0.27
HSL 292.8º 0.35% 0.58% -
HSV(B) 292.8º 0.4% 0.73% -
XYZ 32.68 24.26 49.41 -
YUV 139.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 177 111 186 0.05 0.40 0 0.27 292.8 0.35 0.58
Hex B1 6F BA 5 28 0 1B 125 23 3A
Octal 261 157 272 5 50 0 33 445 43 72
Binary 10110001 1101111 10111010 101 101000 0 11011 100100101 100011 111010

Color Harmonies of #B16FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FBA

Black with #B16FBA

Text Example


Text Example

White with #B16FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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