Html Css Color HEX #B876BE Fuchsia

📋 copy color: '#B876BE'

red 184 ◦ green 118 ◦ blue 190

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

Shades of Fuchsia #B876BE

Tints of Fuchsia #B876BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 37.4%
G = 23.98%
B = 38.62%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B876BE (or 0xB876BE) is known color: Fuchsia. HEX triplet: B8, 76 and BE. RGB value is (184,118,190). Sum of RGB (Red+Green+Blue) = 184+118+190=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #B876BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876BE is #478941. Grayscale: #919191. Windows color (decimal): -4688194 or 12482232. OLE color: 12482232.

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

Color convert

RGB 184 118 190 -
CMYK 0.03 0.38 0 0.25
HSL 295º 0.36% 0.6% -
HSV(B) 295º 0.38% 0.75% -
XYZ 35.54 26.86 52.03 -
YUV 145.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 184 118 190 0.03 0.38 0 0.25 295 0.36 0.6
Hex B8 76 BE 3 26 0 19 127 24 3C
Octal 270 166 276 3 46 0 31 447 44 74
Binary 10111000 1110110 10111110 11 100110 0 11001 100100111 100100 111100

Color Harmonies of #B876BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876BE

Black with #B876BE

Text Example


Text Example

White with #B876BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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