Html Css Color HEX #BF41BE Fuchsia

📋 copy color: '#BF41BE'

red 191 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #BF41BE

Tints of Fuchsia #BF41BE

RGB

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

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

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

R = 42.83%
G = 14.57%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF41BE (or 0xBF41BE) is known color: Fuchsia. HEX triplet: BF, 41 and BE. RGB value is (191,65,190). Sum of RGB (Red+Green+Blue) = 191+65+190=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41BE is #40BE41. Grayscale: #747474. Windows color (decimal): -4243010 or 12468671. OLE color: 12468671.

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

Color convert

RGB 191 65 190 -
CMYK 0 0.66 0.01 0.25
HSL 300.48º 0.5% 0.5% -
HSV(B) 300.48º 0.66% 0.75% -
XYZ 32.67 18.57 50.58 -
YUV 116.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 191 65 190 0 0.66 0.01 0.25 300.48 0.5 0.5
Hex BF 41 BE 0 42 1 19 12C 32 32
Octal 277 101 276 0 102 1 31 454 62 62
Binary 10111111 1000001 10111110 0 1000010 1 11001 100101100 110010 110010

Color Harmonies of #BF41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41BE

Black with #BF41BE

Text Example


Text Example

White with #BF41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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