Html Css Color HEX #BB71BA Fuchsia

📋 copy color: '#BB71BA'

red 187 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #BB71BA

Tints of Fuchsia #BB71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 38.48%
G = 23.25%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB71BA (or 0xBB71BA) is known color: Fuchsia. HEX triplet: BB, 71 and BA. RGB value is (187,113,186). Sum of RGB (Red+Green+Blue) = 187+113+186=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BA is #448E45. Grayscale: #8F8F8F. Windows color (decimal): -4492870 or 12218811. OLE color: 12218811.

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

Color convert

RGB 187 113 186 -
CMYK 0 0.40 0.01 0.27
HSL 300.81º 0.35% 0.59% -
HSV(B) 300.81º 0.4% 0.73% -
XYZ 35.26 25.92 49.6 -
YUV 143.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 187 113 186 0 0.40 0.01 0.27 300.81 0.35 0.59
Hex BB 71 BA 0 28 1 1B 12D 23 3B
Octal 273 161 272 0 50 1 33 455 43 73
Binary 10111011 1110001 10111010 0 101000 1 11011 100101101 100011 111011

Color Harmonies of #BB71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71BA

Black with #BB71BA

Text Example


Text Example

White with #BB71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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