Html Css Color HEX #BF41C3 Fuchsia

📋 copy color: '#BF41C3'

red 191 ◦ green 65 ◦ blue 195

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

Shades of Fuchsia #BF41C3

Tints of Fuchsia #BF41C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.24%

R = 42.35%
G = 14.41%
B = 43.24%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF41C3 (or 0xBF41C3) is known color: Fuchsia. HEX triplet: BF, 41 and C3. RGB value is (191,65,195). Sum of RGB (Red+Green+Blue) = 191+65+195=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF41C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41C3 is #40BE3C. Grayscale: #757575. Windows color (decimal): -4243005 or 12796351. OLE color: 12796351.

HSL color Cylindrical-coordinate representation of color #BF41C3: hue angle of 298.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF41C3 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 65 195 -
CMYK 0.02 0.67 0 0.24
HSL 298.15º 0.52% 0.51% -
HSV(B) 298.15º 0.67% 0.76% -
XYZ 33.23 18.8 53.51 -
YUV 117.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 191 65 195 0.02 0.67 0 0.24 298.15 0.52 0.51
Hex BF 41 C3 2 43 0 18 12A 34 33
Octal 277 101 303 2 103 0 30 452 64 63
Binary 10111111 1000001 11000011 10 1000011 0 11000 100101010 110100 110011

Color Harmonies of #BF41C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41C3

Black with #BF41C3

Text Example


Text Example

White with #BF41C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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