Html Css Color HEX #B961AB Fuchsia

📋 copy color: '#B961AB'

red 185 ◦ green 97 ◦ blue 171

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

Shades of Fuchsia #B961AB

Tints of Fuchsia #B961AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

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

R = 40.84%
G = 21.41%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B961AB (or 0xB961AB) is known color: Fuchsia. HEX triplet: B9, 61 and AB. RGB value is (185,97,171). Sum of RGB (Red+Green+Blue) = 185+97+171=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AB is #469E54. Grayscale: #838383. Windows color (decimal): -4628053 or 11231673. OLE color: 11231673.

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

Color convert

RGB 185 97 171 -
CMYK 0 0.48 0.08 0.27
HSL 309.55º 0.39% 0.55% -
HSV(B) 309.55º 0.48% 0.73% -
XYZ 31.63 21.8 41.07 -
YUV 131.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 185 97 171 0 0.48 0.08 0.27 309.55 0.39 0.55
Hex B9 61 AB 0 30 8 1B 136 27 37
Octal 271 141 253 0 60 10 33 466 47 67
Binary 10111001 1100001 10101011 0 110000 1000 11011 100110110 100111 110111

Color Harmonies of #B961AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961AB

Black with #B961AB

Text Example


Text Example

White with #B961AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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