Html Css Color HEX #B876BD Fuchsia

📋 copy color: '#B876BD'

red 184 ◦ green 118 ◦ blue 189

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

Shades of Fuchsia #B876BD

Tints of Fuchsia #B876BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 37.47%
G = 24.03%
B = 38.49%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B876BD (or 0xB876BD) is known color: Fuchsia. HEX triplet: B8, 76 and BD. RGB value is (184,118,189). Sum of RGB (Red+Green+Blue) = 184+118+189=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #B876BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876BD is #478942. Grayscale: #919191. Windows color (decimal): -4688195 or 12416696. OLE color: 12416696.

HSL color Cylindrical-coordinate representation of color #B876BD: hue angle of 295.77º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B876BD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 118 189 -
CMYK 0.03 0.38 0 0.26
HSL 295.77º 0.35% 0.6% -
HSV(B) 295.77º 0.38% 0.74% -
XYZ 35.43 26.82 51.45 -
YUV 145.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 184 118 189 0.03 0.38 0 0.26 295.77 0.35 0.6
Hex B8 76 BD 3 26 0 1A 128 23 3C
Octal 270 166 275 3 46 0 32 450 43 74
Binary 10111000 1110110 10111101 11 100110 0 11010 100101000 100011 111100

Color Harmonies of #B876BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876BD

Black with #B876BD

Text Example


Text Example

White with #B876BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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