Html Css Color HEX #BF47B7 Fuchsia

📋 copy color: '#BF47B7'

red 191 ◦ green 71 ◦ blue 183

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

Shades of Fuchsia #BF47B7

Tints of Fuchsia #BF47B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 42.92%
G = 15.96%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF47B7 (or 0xBF47B7) is known color: Fuchsia. HEX triplet: BF, 47 and B7. RGB value is (191,71,183). Sum of RGB (Red+Green+Blue) = 191+71+183=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47B7 is #40B848. Grayscale: #777777. Windows color (decimal): -4241481 or 12011455. OLE color: 12011455.

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

Color convert

RGB 191 71 183 -
CMYK 0 0.63 0.04 0.25
HSL 304º 0.48% 0.51% -
HSV(B) 304º 0.63% 0.75% -
XYZ 32.29 19 46.77 -
YUV 119.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 191 71 183 0 0.63 0.04 0.25 304 0.48 0.51
Hex BF 47 B7 0 3F 4 19 130 30 33
Octal 277 107 267 0 77 4 31 460 60 63
Binary 10111111 1000111 10110111 0 111111 100 11001 100110000 110000 110011

Color Harmonies of #BF47B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47B7

Black with #BF47B7

Text Example


Text Example

White with #BF47B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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