Html Css Color HEX #BF41B7 Fuchsia

📋 copy color: '#BF41B7'

red 191 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #BF41B7

Tints of Fuchsia #BF41B7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

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

R = 43.51%
G = 14.81%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF41B7 (or 0xBF41B7) is known color: Fuchsia. HEX triplet: BF, 41 and B7. RGB value is (191,65,183). Sum of RGB (Red+Green+Blue) = 191+65+183=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41B7 is #40BE48. Grayscale: #737373. Windows color (decimal): -4243017 or 12009919. OLE color: 12009919.

HSL color Cylindrical-coordinate representation of color #BF41B7: hue angle of 303.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF41B7 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 183 -
CMYK 0 0.66 0.04 0.25
HSL 303.81º 0.5% 0.5% -
HSV(B) 303.81º 0.66% 0.75% -
XYZ 31.92 18.28 46.64 -
YUV 116.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 191 65 183 0 0.66 0.04 0.25 303.81 0.5 0.5
Hex BF 41 B7 0 42 4 19 130 32 32
Octal 277 101 267 0 102 4 31 460 62 62
Binary 10111111 1000001 10110111 0 1000010 100 11001 100110000 110010 110010

Color Harmonies of #BF41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41B7

Black with #BF41B7

Text Example


Text Example

White with #BF41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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