Html Css Color HEX #BF47BB Fuchsia

📋 copy color: '#BF47BB'

red 191 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #BF47BB

Tints of Fuchsia #BF47BB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BF47BB: hue angle of 302º 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 #BF47BB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 187 -
CMYK 0 0.63 0.02 0.25
HSL 302º 0.48% 0.51% -
HSV(B) 302º 0.63% 0.75% -
XYZ 32.71 19.17 48.99 -
YUV 120.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 191 71 187 0 0.63 0.02 0.25 302 0.48 0.51
Hex BF 47 BB 0 3F 2 19 12E 30 33
Octal 277 107 273 0 77 2 31 456 60 63
Binary 10111111 1000111 10111011 0 111111 10 11001 100101110 110000 110011

Color Harmonies of #BF47BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47BB

Black with #BF47BB

Text Example


Text Example

White with #BF47BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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