Html Css Color HEX #B871B7 Fuchsia

📋 copy color: '#B871B7'

red 184 ◦ green 113 ◦ blue 183

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

Shades of Fuchsia #B871B7

Tints of Fuchsia #B871B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.13%

R = 38.33%
G = 23.54%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B871B7 (or 0xB871B7) is known color: Fuchsia. HEX triplet: B8, 71 and B7. RGB value is (184,113,183). Sum of RGB (Red+Green+Blue) = 184+113+183=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B871B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871B7 is #478E48. Grayscale: #8E8E8E. Windows color (decimal): -4689481 or 12022200. OLE color: 12022200.

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

Color convert

RGB 184 113 183 -
CMYK 0 0.39 0.01 0.28
HSL 300.85º 0.33% 0.58% -
HSV(B) 300.85º 0.39% 0.72% -
XYZ 34.22 25.42 47.9 -
YUV 142.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 184 113 183 0 0.39 0.01 0.28 300.85 0.33 0.58
Hex B8 71 B7 0 27 1 1C 12D 21 3A
Octal 270 161 267 0 47 1 34 455 41 72
Binary 10111000 1110001 10110111 0 100111 1 11100 100101101 100001 111010

Color Harmonies of #B871B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871B7

Black with #B871B7

Text Example


Text Example

White with #B871B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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