Html Css Color HEX #B96AAF Fuchsia

📋 copy color: '#B96AAF'

red 185 ◦ green 106 ◦ blue 175

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

Shades of Fuchsia #B96AAF

Tints of Fuchsia #B96AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.75%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 39.7%
G = 22.75%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B96AAF (or 0xB96AAF) is known color: Fuchsia. HEX triplet: B9, 6A and AF. RGB value is (185,106,175). Sum of RGB (Red+Green+Blue) = 185+106+175=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AAF is #469550. Grayscale: #898989. Windows color (decimal): -4625745 or 11496121. OLE color: 11496121.

HSL color Cylindrical-coordinate representation of color #B96AAF: hue angle of 307.59º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96AAF is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 175 -
CMYK 0 0.43 0.05 0.27
HSL 307.59º 0.36% 0.57% -
HSV(B) 307.59º 0.43% 0.73% -
XYZ 32.9 23.72 43.4 -
YUV 137.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 185 106 175 0 0.43 0.05 0.27 307.59 0.36 0.57
Hex B9 6A AF 0 2B 5 1B 134 24 39
Octal 271 152 257 0 53 5 33 464 44 71
Binary 10111001 1101010 10101111 0 101011 101 11011 100110100 100100 111001

Color Harmonies of #B96AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AAF

Black with #B96AAF

Text Example


Text Example

White with #B96AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AAF; }

 p { color: rgb(185,106,175); }

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

background-color css

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

 a { background-color: rgb(185,106,175); }

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

border-color css

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

 span { border-color: rgb(185,106,175); }

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