Html Css Color HEX #B959AC Fuchsia

📋 copy color: '#B959AC'

red 185 ◦ green 89 ◦ blue 172

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

Shades of Fuchsia #B959AC

Tints of Fuchsia #B959AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 41.48%
G = 19.96%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B959AC (or 0xB959AC) is known color: Fuchsia. HEX triplet: B9, 59 and AC. RGB value is (185,89,172). Sum of RGB (Red+Green+Blue) = 185+89+172=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B959AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959AC is #46A653. Grayscale: #7E7E7E. Windows color (decimal): -4630100 or 11295161. OLE color: 11295161.

HSL color Cylindrical-coordinate representation of color #B959AC: hue angle of 308.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B959AC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 172 -
CMYK 0 0.52 0.07 0.27
HSL 308.13º 0.41% 0.54% -
HSV(B) 308.13º 0.52% 0.73% -
XYZ 31.03 20.44 41.34 -
YUV 127.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 185 89 172 0 0.52 0.07 0.27 308.13 0.41 0.54
Hex B9 59 AC 0 34 7 1B 134 29 36
Octal 271 131 254 0 64 7 33 464 51 66
Binary 10111001 1011001 10101100 0 110100 111 11011 100110100 101001 110110

Color Harmonies of #B959AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959AC

Black with #B959AC

Text Example


Text Example

White with #B959AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959AC; }

 p { color: rgb(185,89,172); }

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

background-color css

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

 a { background-color: rgb(185,89,172); }

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

border-color css

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

 span { border-color: rgb(185,89,172); }

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