Html Css Color HEX #B871BB Fuchsia

📋 copy color: '#B871BB'

red 184 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #B871BB

Tints of Fuchsia #B871BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 38.02%
G = 23.35%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B871BB (or 0xB871BB) is known color: Fuchsia. HEX triplet: B8, 71 and BB. RGB value is (184,113,187). Sum of RGB (Red+Green+Blue) = 184+113+187=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B871BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871BB is #478E44. Grayscale: #8E8E8E. Windows color (decimal): -4689477 or 12284344. OLE color: 12284344.

HSL color Cylindrical-coordinate representation of color #B871BB: hue angle of 297.57º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B871BB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 113 187 -
CMYK 0.02 0.40 0 0.27
HSL 297.57º 0.35% 0.59% -
HSV(B) 297.57º 0.4% 0.73% -
XYZ 34.64 25.59 50.13 -
YUV 142.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 184 113 187 0.02 0.40 0 0.27 297.57 0.35 0.59
Hex B8 71 BB 2 28 0 1B 12A 23 3B
Octal 270 161 273 2 50 0 33 452 43 73
Binary 10111000 1110001 10111011 10 101000 0 11011 100101010 100011 111011

Color Harmonies of #B871BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871BB

Black with #B871BB

Text Example


Text Example

White with #B871BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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