Html Css Color HEX #B957AB Fuchsia

📋 copy color: '#B957AB'

red 185 ◦ green 87 ◦ blue 171

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

Shades of Fuchsia #B957AB

Tints of Fuchsia #B957AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.64%

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

R = 41.76%
G = 19.64%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B957AB (or 0xB957AB) is known color: Fuchsia. HEX triplet: B9, 57 and AB. RGB value is (185,87,171). Sum of RGB (Red+Green+Blue) = 185+87+171=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B957AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957AB is #46A854. Grayscale: #7D7D7D. Windows color (decimal): -4630613 or 11229113. OLE color: 11229113.

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

Color convert

RGB 185 87 171 -
CMYK 0 0.53 0.08 0.27
HSL 308.57º 0.41% 0.53% -
HSV(B) 308.57º 0.53% 0.73% -
XYZ 30.77 20.07 40.78 -
YUV 125.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 185 87 171 0 0.53 0.08 0.27 308.57 0.41 0.53
Hex B9 57 AB 0 35 8 1B 135 29 35
Octal 271 127 253 0 65 10 33 465 51 65
Binary 10111001 1010111 10101011 0 110101 1000 11011 100110101 101001 110101

Color Harmonies of #B957AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B957AB

Black with #B957AB

Text Example


Text Example

White with #B957AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B957AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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