Html Css Color HEX #B961AA Fuchsia

📋 copy color: '#B961AA'

red 185 ◦ green 97 ◦ blue 170

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

Shades of Fuchsia #B961AA

Tints of Fuchsia #B961AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 40.93%
G = 21.46%
B = 37.61%

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

#B961AA (or 0xB961AA) is known color: Fuchsia. HEX triplet: B9, 61 and AA. RGB value is (185,97,170). Sum of RGB (Red+Green+Blue) = 185+97+170=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AA is #469E55. Grayscale: #838383. Windows color (decimal): -4628054 or 11166137. OLE color: 11166137.

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

Color convert

RGB 185 97 170 -
CMYK 0 0.48 0.08 0.27
HSL 310.23º 0.39% 0.55% -
HSV(B) 310.23º 0.48% 0.73% -
XYZ 31.54 21.77 40.57 -
YUV 131.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 185 97 170 0 0.48 0.08 0.27 310.23 0.39 0.55
Hex B9 61 AA 0 30 8 1B 136 27 37
Octal 271 141 252 0 60 10 33 466 47 67
Binary 10111001 1100001 10101010 0 110000 1000 11011 100110110 100111 110111

Color Harmonies of #B961AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961AA

Black with #B961AA

Text Example


Text Example

White with #B961AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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