Html Css Color HEX #BF40C4 Fuchsia

📋 copy color: '#BF40C4'

red 191 ◦ green 64 ◦ blue 196

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

Shades of Fuchsia #BF40C4

Tints of Fuchsia #BF40C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.46%

R = 42.35%
G = 14.19%
B = 43.46%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF40C4 (or 0xBF40C4) is known color: Fuchsia. HEX triplet: BF, 40 and C4. RGB value is (191,64,196). Sum of RGB (Red+Green+Blue) = 191+64+196=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF40C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C4 is #40BF3B. Grayscale: #747474. Windows color (decimal): -4243260 or 12861631. OLE color: 12861631.

HSL color Cylindrical-coordinate representation of color #BF40C4: hue angle of 297.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF40C4 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 64 196 -
CMYK 0.03 0.67 0 0.23
HSL 297.73º 0.53% 0.51% -
HSV(B) 297.73º 0.67% 0.77% -
XYZ 33.28 18.73 54.09 -
YUV 117.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 191 64 196 0.03 0.67 0 0.23 297.73 0.53 0.51
Hex BF 40 C4 3 43 0 17 12A 35 33
Octal 277 100 304 3 103 0 27 452 65 63
Binary 10111111 1000000 11000100 11 1000011 0 10111 100101010 110101 110011

Color Harmonies of #BF40C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40C4

Black with #BF40C4

Text Example


Text Example

White with #BF40C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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