Html Css Color HEX #B959A7 Fuchsia

📋 copy color: '#B959A7'

red 185 ◦ green 89 ◦ blue 167

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

Shades of Fuchsia #B959A7

Tints of Fuchsia #B959A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.87%

R = 41.95%
G = 20.18%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B959A7 (or 0xB959A7) is known color: Fuchsia. HEX triplet: B9, 59 and A7. RGB value is (185,89,167). Sum of RGB (Red+Green+Blue) = 185+89+167=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B959A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959A7 is #46A658. Grayscale: #7E7E7E. Windows color (decimal): -4630105 or 10967481. OLE color: 10967481.

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

Color convert

RGB 185 89 167 -
CMYK 0 0.52 0.10 0.27
HSL 311.25º 0.41% 0.54% -
HSV(B) 311.25º 0.52% 0.73% -
XYZ 30.56 20.25 38.86 -
YUV 126.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 185 89 167 0 0.52 0.10 0.27 311.25 0.41 0.54
Hex B9 59 A7 0 34 A 1B 137 29 36
Octal 271 131 247 0 64 12 33 467 51 66
Binary 10111001 1011001 10100111 0 110100 1010 11011 100110111 101001 110110

Color Harmonies of #B959A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959A7

Black with #B959A7

Text Example


Text Example

White with #B959A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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