Html Css Color HEX #BF47BE Fuchsia

📋 copy color: '#BF47BE'

red 191 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #BF47BE

Tints of Fuchsia #BF47BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 42.26%
G = 15.71%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF47BE (or 0xBF47BE) is known color: Fuchsia. HEX triplet: BF, 47 and BE. RGB value is (191,71,190). Sum of RGB (Red+Green+Blue) = 191+71+190=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47BE is #40B841. Grayscale: #787878. Windows color (decimal): -4241474 or 12470207. OLE color: 12470207.

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

Color convert

RGB 191 71 190 -
CMYK 0 0.63 0.01 0.25
HSL 300.5º 0.48% 0.51% -
HSV(B) 300.5º 0.63% 0.75% -
XYZ 33.03 19.3 50.7 -
YUV 120.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 191 71 190 0 0.63 0.01 0.25 300.5 0.48 0.51
Hex BF 47 BE 0 3F 1 19 12C 30 33
Octal 277 107 276 0 77 1 31 454 60 63
Binary 10111111 1000111 10111110 0 111111 1 11001 100101100 110000 110011

Color Harmonies of #BF47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47BE

Black with #BF47BE

Text Example


Text Example

White with #BF47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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