Html Css Color HEX #B959AB Fuchsia

📋 copy color: '#B959AB'

red 185 ◦ green 89 ◦ blue 171

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

Shades of Fuchsia #B959AB

Tints of Fuchsia #B959AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 41.57%
G = 20%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B959AB (or 0xB959AB) is known color: Fuchsia. HEX triplet: B9, 59 and AB. RGB value is (185,89,171). Sum of RGB (Red+Green+Blue) = 185+89+171=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B959AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959AB is #46A654. Grayscale: #7E7E7E. Windows color (decimal): -4630101 or 11229625. OLE color: 11229625.

HSL color Cylindrical-coordinate representation of color #B959AB: hue angle of 308.75º 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 #B959AB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 171 -
CMYK 0 0.52 0.08 0.27
HSL 308.75º 0.41% 0.54% -
HSV(B) 308.75º 0.52% 0.73% -
XYZ 30.93 20.4 40.84 -
YUV 127.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 185 89 171 0 0.52 0.08 0.27 308.75 0.41 0.54
Hex B9 59 AB 0 34 8 1B 135 29 36
Octal 271 131 253 0 64 10 33 465 51 66
Binary 10111001 1011001 10101011 0 110100 1000 11011 100110101 101001 110110

Color Harmonies of #B959AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959AB

Black with #B959AB

Text Example


Text Example

White with #B959AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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