Html Css Color HEX #B96FB7 Fuchsia

📋 copy color: '#B96FB7'

red 185 ◦ green 111 ◦ blue 183

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

Shades of Fuchsia #B96FB7

Tints of Fuchsia #B96FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 38.62%
G = 23.17%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B96FB7 (or 0xB96FB7) is known color: Fuchsia. HEX triplet: B9, 6F and B7. RGB value is (185,111,183). Sum of RGB (Red+Green+Blue) = 185+111+183=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FB7 is #469048. Grayscale: #8D8D8D. Windows color (decimal): -4624457 or 12021689. OLE color: 12021689.

HSL color Cylindrical-coordinate representation of color #B96FB7: hue angle of 301.62º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96FB7 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 183 -
CMYK 0 0.4 0.01 0.27
HSL 301.62º 0.35% 0.58% -
HSV(B) 301.62º 0.4% 0.73% -
XYZ 34.24 25.1 47.84 -
YUV 141.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 185 111 183 0 0.4 0.01 0.27 301.62 0.35 0.58
Hex B9 6F B7 0 28 1 1B 12E 23 3A
Octal 271 157 267 0 50 1 33 456 43 72
Binary 10111001 1101111 10110111 0 101000 1 11011 100101110 100011 111010

Color Harmonies of #B96FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FB7

Black with #B96FB7

Text Example


Text Example

White with #B96FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FB7; }

 p { color: rgb(185,111,183); }

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

background-color css

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

 a { background-color: rgb(185,111,183); }

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

border-color css

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

 span { border-color: rgb(185,111,183); }

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