Html Css Color HEX #BB47BF Fuchsia

📋 copy color: '#BB47BF'

red 187 ◦ green 71 ◦ blue 191

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

Shades of Fuchsia #BB47BF

Tints of Fuchsia #BB47BF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.81%

 BLUE value IS 191 (75% from 255) = 42.54%

R = 41.65%
G = 15.81%
B = 42.54%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB47BF (or 0xBB47BF) is known color: Fuchsia. HEX triplet: BB, 47 and BF. RGB value is (187,71,191). Sum of RGB (Red+Green+Blue) = 187+71+191=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB47BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47BF is #44B840. Grayscale: #777777. Windows color (decimal): -4503617 or 12535739. OLE color: 12535739.

HSL color Cylindrical-coordinate representation of color #BB47BF: hue angle of 298º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB47BF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 71 191 -
CMYK 0.02 0.63 0 0.25
HSL 298º 0.48% 0.51% -
HSV(B) 298º 0.63% 0.75% -
XYZ 32.15 18.83 51.23 -
YUV 119.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 187 71 191 0.02 0.63 0 0.25 298 0.48 0.51
Hex BB 47 BF 2 3F 0 19 12A 30 33
Octal 273 107 277 2 77 0 31 452 60 63
Binary 10111011 1000111 10111111 10 111111 0 11001 100101010 110000 110011

Color Harmonies of #BB47BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB47BF

Black with #BB47BF

Text Example


Text Example

White with #BB47BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB47BF; }

 p { color: rgb(187,71,191); }

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

background-color css

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

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

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

border-color css

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

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

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