Html Css Color HEX #B96DAE Fuchsia

📋 copy color: '#B96DAE'

red 185 ◦ green 109 ◦ blue 174

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

Shades of Fuchsia #B96DAE

Tints of Fuchsia #B96DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.29%

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 39.53%
G = 23.29%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B96DAE (or 0xB96DAE) is known color: Fuchsia. HEX triplet: B9, 6D and AE. RGB value is (185,109,174). Sum of RGB (Red+Green+Blue) = 185+109+174=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DAE is #469251. Grayscale: #8A8A8A. Windows color (decimal): -4624978 or 11431353. OLE color: 11431353.

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

Color convert

RGB 185 109 174 -
CMYK 0 0.41 0.06 0.27
HSL 308.68º 0.35% 0.58% -
HSV(B) 308.68º 0.41% 0.73% -
XYZ 33.12 24.31 42.99 -
YUV 139.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 185 109 174 0 0.41 0.06 0.27 308.68 0.35 0.58
Hex B9 6D AE 0 29 6 1B 135 23 3A
Octal 271 155 256 0 51 6 33 465 43 72
Binary 10111001 1101101 10101110 0 101001 110 11011 100110101 100011 111010

Color Harmonies of #B96DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DAE

Black with #B96DAE

Text Example


Text Example

White with #B96DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DAE; }

 p { color: rgb(185,109,174); }

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

background-color css

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

 a { background-color: rgb(185,109,174); }

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

border-color css

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

 span { border-color: rgb(185,109,174); }

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