Html Css Color HEX #BB71BD Fuchsia

📋 copy color: '#BB71BD'

red 187 ◦ green 113 ◦ blue 189

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

Shades of Fuchsia #BB71BD

Tints of Fuchsia #BB71BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 38.24%
G = 23.11%
B = 38.65%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB71BD (or 0xBB71BD) is known color: Fuchsia. HEX triplet: BB, 71 and BD. RGB value is (187,113,189). Sum of RGB (Red+Green+Blue) = 187+113+189=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BD is #448E42. Grayscale: #8F8F8F. Windows color (decimal): -4492867 or 12415419. OLE color: 12415419.

HSL color Cylindrical-coordinate representation of color #BB71BD: hue angle of 298.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71BD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 113 189 -
CMYK 0.01 0.40 0 0.26
HSL 298.42º 0.37% 0.59% -
HSV(B) 298.42º 0.4% 0.74% -
XYZ 35.58 26.05 51.3 -
YUV 143.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 187 113 189 0.01 0.40 0 0.26 298.42 0.37 0.59
Hex BB 71 BD 1 28 0 1A 12A 25 3B
Octal 273 161 275 1 50 0 32 452 45 73
Binary 10111011 1110001 10111101 1 101000 0 11010 100101010 100101 111011

Color Harmonies of #BB71BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71BD

Black with #BB71BD

Text Example


Text Example

White with #BB71BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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