Html Css Color HEX #B96BB1 Fuchsia

📋 copy color: '#B96BB1'

red 185 ◦ green 107 ◦ blue 177

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

Shades of Fuchsia #B96BB1

Tints of Fuchsia #B96BB1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 39.45%
G = 22.81%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B96BB1 (or 0xB96BB1) is known color: Fuchsia. HEX triplet: B9, 6B and B1. RGB value is (185,107,177). Sum of RGB (Red+Green+Blue) = 185+107+177=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BB1 is #46944E. Grayscale: #8A8A8A. Windows color (decimal): -4625487 or 11627449. OLE color: 11627449.

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

Color convert

RGB 185 107 177 -
CMYK 0 0.42 0.04 0.27
HSL 306.15º 0.36% 0.57% -
HSV(B) 306.15º 0.42% 0.73% -
XYZ 33.2 24 44.48 -
YUV 138.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 185 107 177 0 0.42 0.04 0.27 306.15 0.36 0.57
Hex B9 6B B1 0 2A 4 1B 132 24 39
Octal 271 153 261 0 52 4 33 462 44 71
Binary 10111001 1101011 10110001 0 101010 100 11011 100110010 100100 111001

Color Harmonies of #B96BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BB1

Black with #B96BB1

Text Example


Text Example

White with #B96BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BB1; }

 p { color: rgb(185,107,177); }

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

background-color css

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

 a { background-color: rgb(185,107,177); }

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

border-color css

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

 span { border-color: rgb(185,107,177); }

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