Html Css Color HEX #BB71BB Fuchsia

📋 copy color: '#BB71BB'

red 187 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #BB71BB

Tints of Fuchsia #BB71BB

RGB

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

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

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

R = 38.4%
G = 23.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB71BB (or 0xBB71BB) is known color: Fuchsia. HEX triplet: BB, 71 and BB. RGB value is (187,113,187). Sum of RGB (Red+Green+Blue) = 187+113+187=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BB is #448E44. Grayscale: #8F8F8F. Windows color (decimal): -4492869 or 12284347. OLE color: 12284347.

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

Color convert

RGB 187 113 187 -
CMYK 0 0.40 0 0.27
HSL 300º 0.35% 0.59% -
HSV(B) 300º 0.4% 0.73% -
XYZ 35.37 25.96 50.16 -
YUV 143.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 187 113 187 0 0.40 0 0.27 300 0.35 0.59
Hex BB 71 BB 0 28 0 1B 12C 23 3B
Octal 273 161 273 0 50 0 33 454 43 73
Binary 10111011 1110001 10111011 0 101000 0 11011 100101100 100011 111011

Color Harmonies of #BB71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71BB

Black with #BB71BB

Text Example


Text Example

White with #BB71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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