Html Css Color HEX #B871B2 Fuchsia

📋 copy color: '#B871B2'

red 184 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #B871B2

Tints of Fuchsia #B871B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 38.74%
G = 23.79%
B = 37.47%

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

#B871B2 (or 0xB871B2) is known color: Fuchsia. HEX triplet: B8, 71 and B2. RGB value is (184,113,178). Sum of RGB (Red+Green+Blue) = 184+113+178=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B871B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871B2 is #478E4D. Grayscale: #8D8D8D. Windows color (decimal): -4689486 or 11694520. OLE color: 11694520.

HSL color Cylindrical-coordinate representation of color #B871B2: hue angle of 305.07º 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 #B871B2 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 178 -
CMYK 0 0.39 0.03 0.28
HSL 305.07º 0.33% 0.58% -
HSV(B) 305.07º 0.39% 0.72% -
XYZ 33.71 25.21 45.21 -
YUV 141.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 184 113 178 0 0.39 0.03 0.28 305.07 0.33 0.58
Hex B8 71 B2 0 27 3 1C 131 21 3A
Octal 270 161 262 0 47 3 34 461 41 72
Binary 10111000 1110001 10110010 0 100111 11 11100 100110001 100001 111010

Color Harmonies of #B871B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871B2

Black with #B871B2

Text Example


Text Example

White with #B871B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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