Html Css Color HEX #BF47C9 Fuchsia

📋 copy color: '#BF47C9'

red 191 ◦ green 71 ◦ blue 201

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

Shades of Fuchsia #BF47C9

Tints of Fuchsia #BF47C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 41.25%
G = 15.33%
B = 43.41%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF47C9 (or 0xBF47C9) is known color: Fuchsia. HEX triplet: BF, 47 and C9. RGB value is (191,71,201). Sum of RGB (Red+Green+Blue) = 191+71+201=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF47C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47C9 is #40B836. Grayscale: #797979. Windows color (decimal): -4241463 or 13191103. OLE color: 13191103.

HSL color Cylindrical-coordinate representation of color #BF47C9: hue angle of 295.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF47C9 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 71 201 -
CMYK 0.05 0.65 0 0.21
HSL 295.38º 0.55% 0.53% -
HSV(B) 295.38º 0.65% 0.79% -
XYZ 34.28 19.8 57.27 -
YUV 121.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 191 71 201 0.05 0.65 0 0.21 295.38 0.55 0.53
Hex BF 47 C9 5 41 0 15 127 37 35
Octal 277 107 311 5 101 0 25 447 67 65
Binary 10111111 1000111 11001001 101 1000001 0 10101 100100111 110111 110101

Color Harmonies of #BF47C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47C9

Black with #BF47C9

Text Example


Text Example

White with #BF47C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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