Html Css Color HEX #B871B3 Fuchsia

📋 copy color: '#B871B3'

red 184 ◦ green 113 ◦ blue 179

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

Shades of Fuchsia #B871B3

Tints of Fuchsia #B871B3

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 38.66%
G = 23.74%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B871B3 (or 0xB871B3) is known color: Fuchsia. HEX triplet: B8, 71 and B3. RGB value is (184,113,179). Sum of RGB (Red+Green+Blue) = 184+113+179=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B871B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871B3 is #478E4C. Grayscale: #8D8D8D. Windows color (decimal): -4689485 or 11760056. OLE color: 11760056.

HSL color Cylindrical-coordinate representation of color #B871B3: hue angle of 304.23º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871B3 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 179 -
CMYK 0 0.39 0.03 0.28
HSL 304.23º 0.33% 0.58% -
HSV(B) 304.23º 0.39% 0.72% -
XYZ 33.81 25.26 45.74 -
YUV 141.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 184 113 179 0 0.39 0.03 0.28 304.23 0.33 0.58
Hex B8 71 B3 0 27 3 1C 130 21 3A
Octal 270 161 263 0 47 3 34 460 41 72
Binary 10111000 1110001 10110011 0 100111 11 11100 100110000 100001 111010

Color Harmonies of #B871B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871B3

Black with #B871B3

Text Example


Text Example

White with #B871B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871B3; }

 p { color: rgb(184,113,179); }

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

background-color css

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

 a { background-color: rgb(184,113,179); }

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

border-color css

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

 span { border-color: rgb(184,113,179); }

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