Html Css Color HEX #B96AB1 Fuchsia

📋 copy color: '#B96AB1'

red 185 ◦ green 106 ◦ blue 177

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

Shades of Fuchsia #B96AB1

Tints of Fuchsia #B96AB1

RGB

 RED value IS 185 (72.66% from 255) = 39.53%

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

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 39.53%
G = 22.65%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B96AB1 (or 0xB96AB1) is known color: Fuchsia. HEX triplet: B9, 6A and B1. RGB value is (185,106,177). Sum of RGB (Red+Green+Blue) = 185+106+177=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AB1 is #46954E. Grayscale: #898989. Windows color (decimal): -4625743 or 11627193. OLE color: 11627193.

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

Color convert

RGB 185 106 177 -
CMYK 0 0.43 0.04 0.27
HSL 306.08º 0.36% 0.57% -
HSV(B) 306.08º 0.43% 0.73% -
XYZ 33.1 23.8 44.44 -
YUV 137.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 185 106 177 0 0.43 0.04 0.27 306.08 0.36 0.57
Hex B9 6A B1 0 2B 4 1B 132 24 39
Octal 271 152 261 0 53 4 33 462 44 71
Binary 10111001 1101010 10110001 0 101011 100 11011 100110010 100100 111001

Color Harmonies of #B96AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AB1

Black with #B96AB1

Text Example


Text Example

White with #B96AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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