Html Css Color HEX #B871BE Fuchsia

📋 copy color: '#B871BE'

red 184 ◦ green 113 ◦ blue 190

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

Shades of Fuchsia #B871BE

Tints of Fuchsia #B871BE

RGB

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

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

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

R = 37.78%
G = 23.2%
B = 39.01%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B871BE (or 0xB871BE) is known color: Fuchsia. HEX triplet: B8, 71 and BE. RGB value is (184,113,190). Sum of RGB (Red+Green+Blue) = 184+113+190=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B871BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871BE is #478E41. Grayscale: #8E8E8E. Windows color (decimal): -4689474 or 12480952. OLE color: 12480952.

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

Color convert

RGB 184 113 190 -
CMYK 0.03 0.41 0 0.25
HSL 295.32º 0.37% 0.59% -
HSV(B) 295.32º 0.41% 0.75% -
XYZ 34.97 25.72 51.84 -
YUV 143.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 184 113 190 0.03 0.41 0 0.25 295.32 0.37 0.59
Hex B8 71 BE 3 29 0 19 127 25 3B
Octal 270 161 276 3 51 0 31 447 45 73
Binary 10111000 1110001 10111110 11 101001 0 11001 100100111 100101 111011

Color Harmonies of #B871BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871BE

Black with #B871BE

Text Example


Text Example

White with #B871BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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