Html Css Color HEX #B76CAF Fuchsia

📋 copy color: '#B76CAF'

red 183 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #B76CAF

Tints of Fuchsia #B76CAF

RGB

 RED value IS 183 (71.88% from 255) = 39.27%

 GREEN value IS 108 (42.58% from 255) = 23.18%

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

R = 39.27%
G = 23.18%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B76CAF (or 0xB76CAF) is known color: Fuchsia. HEX triplet: B7, 6C and AF. RGB value is (183,108,175). Sum of RGB (Red+Green+Blue) = 183+108+175=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B76CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76CAF is #489350. Grayscale: #898989. Windows color (decimal): -4756305 or 11496631. OLE color: 11496631.

HSL color Cylindrical-coordinate representation of color #B76CAF: hue angle of 306.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76CAF is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 175 -
CMYK 0 0.41 0.04 0.28
HSL 306.4º 0.34% 0.57% -
HSV(B) 306.4º 0.41% 0.72% -
XYZ 32.63 23.89 43.45 -
YUV 138.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 183 108 175 0 0.41 0.04 0.28 306.4 0.34 0.57
Hex B7 6C AF 0 29 4 1C 132 22 39
Octal 267 154 257 0 51 4 34 462 42 71
Binary 10110111 1101100 10101111 0 101001 100 11100 100110010 100010 111001

Color Harmonies of #B76CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CAF

Black with #B76CAF

Text Example


Text Example

White with #B76CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CAF; }

 p { color: rgb(183,108,175); }

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

background-color css

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

 a { background-color: rgb(183,108,175); }

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

border-color css

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

 span { border-color: rgb(183,108,175); }

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