Html Css Color HEX #B876BA Fuchsia

📋 copy color: '#B876BA'

red 184 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #B876BA

Tints of Fuchsia #B876BA

RGB

 RED value IS 184 (72.27% from 255) = 37.7%

 GREEN value IS 118 (46.48% from 255) = 24.18%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 37.7%
G = 24.18%
B = 38.11%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B876BA (or 0xB876BA) is known color: Fuchsia. HEX triplet: B8, 76 and BA. RGB value is (184,118,186). Sum of RGB (Red+Green+Blue) = 184+118+186=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B876BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876BA is #478945. Grayscale: #919191. Windows color (decimal): -4688198 or 12220088. OLE color: 12220088.

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

Color convert

RGB 184 118 186 -
CMYK 0.01 0.37 0 0.27
HSL 298.24º 0.33% 0.6% -
HSV(B) 298.24º 0.37% 0.73% -
XYZ 35.11 26.69 49.76 -
YUV 145.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 184 118 186 0.01 0.37 0 0.27 298.24 0.33 0.6
Hex B8 76 BA 1 25 0 1B 12A 21 3C
Octal 270 166 272 1 45 0 33 452 41 74
Binary 10111000 1110110 10111010 1 100101 0 11011 100101010 100001 111100

Color Harmonies of #B876BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876BA

Black with #B876BA

Text Example


Text Example

White with #B876BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876BA; }

 p { color: rgb(184,118,186); }

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

background-color css

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

 a { background-color: rgb(184,118,186); }

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

border-color css

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

 span { border-color: rgb(184,118,186); }

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