Html Css Color HEX #BF47C8 Fuchsia

📋 copy color: '#BF47C8'

red 191 ◦ green 71 ◦ blue 200

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

Shades of Fuchsia #BF47C8

Tints of Fuchsia #BF47C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.29%

R = 41.34%
G = 15.37%
B = 43.29%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF47C8 (or 0xBF47C8) is known color: Fuchsia. HEX triplet: BF, 47 and C8. RGB value is (191,71,200). Sum of RGB (Red+Green+Blue) = 191+71+200=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF47C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47C8 is #40B837. Grayscale: #797979. Windows color (decimal): -4241464 or 13125567. OLE color: 13125567.

HSL color Cylindrical-coordinate representation of color #BF47C8: hue angle of 295.81º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF47C8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 71 200 -
CMYK 0.04 0.64 0 0.22
HSL 295.81º 0.54% 0.53% -
HSV(B) 295.81º 0.65% 0.78% -
XYZ 34.16 19.75 56.66 -
YUV 121.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 191 71 200 0.04 0.64 0 0.22 295.81 0.54 0.53
Hex BF 47 C8 4 40 0 16 128 36 35
Octal 277 107 310 4 100 0 26 450 66 65
Binary 10111111 1000111 11001000 100 1000000 0 10110 100101000 110110 110101

Color Harmonies of #BF47C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47C8

Black with #BF47C8

Text Example


Text Example

White with #BF47C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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