Html Css Color HEX #BB71B1 Fuchsia

📋 copy color: '#BB71B1'

red 187 ◦ green 113 ◦ blue 177

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

Shades of Fuchsia #BB71B1

Tints of Fuchsia #BB71B1

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

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

 BLUE value IS 177 (69.53% from 255) = 37.11%

R = 39.2%
G = 23.69%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB71B1 (or 0xBB71B1) is known color: Fuchsia. HEX triplet: BB, 71 and B1. RGB value is (187,113,177). Sum of RGB (Red+Green+Blue) = 187+113+177=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB71B1 is #448E4E. Grayscale: #8E8E8E. Windows color (decimal): -4492879 or 11628987. OLE color: 11628987.

HSL color Cylindrical-coordinate representation of color #BB71B1: hue angle of 308.11º 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 #BB71B1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 177 -
CMYK 0 0.40 0.05 0.27
HSL 308.11º 0.35% 0.59% -
HSV(B) 308.11º 0.4% 0.73% -
XYZ 34.33 25.55 44.72 -
YUV 142.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 187 113 177 0 0.40 0.05 0.27 308.11 0.35 0.59
Hex BB 71 B1 0 28 5 1B 134 23 3B
Octal 273 161 261 0 50 5 33 464 43 73
Binary 10111011 1110001 10110001 0 101000 101 11011 100110100 100011 111011

Color Harmonies of #BB71B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71B1

Black with #BB71B1

Text Example


Text Example

White with #BB71B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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