Html Css Color HEX #BF40BE Fuchsia

📋 copy color: '#BF40BE'

red 191 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #BF40BE

Tints of Fuchsia #BF40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

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

R = 42.92%
G = 14.38%
B = 42.7%

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

#BF40BE (or 0xBF40BE) is known color: Fuchsia. HEX triplet: BF, 40 and BE. RGB value is (191,64,190). Sum of RGB (Red+Green+Blue) = 191+64+190=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40BE is #40BF41. Grayscale: #737373. Windows color (decimal): -4243266 or 12468415. OLE color: 12468415.

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

Color convert

RGB 191 64 190 -
CMYK 0 0.66 0.01 0.25
HSL 300.47º 0.5% 0.5% -
HSV(B) 300.47º 0.66% 0.75% -
XYZ 32.61 18.46 50.56 -
YUV 116.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 191 64 190 0 0.66 0.01 0.25 300.47 0.5 0.5
Hex BF 40 BE 0 42 1 19 12C 32 32
Octal 277 100 276 0 102 1 31 454 62 62
Binary 10111111 1000000 10111110 0 1000010 1 11001 100101100 110010 110010

Color Harmonies of #BF40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40BE

Black with #BF40BE

Text Example


Text Example

White with #BF40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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