Html Css Color HEX #BF41C5 Fuchsia

📋 copy color: '#BF41C5'

red 191 ◦ green 65 ◦ blue 197

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

Shades of Fuchsia #BF41C5

Tints of Fuchsia #BF41C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 42.16%
G = 14.35%
B = 43.49%

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

#BF41C5 (or 0xBF41C5) is known color: Fuchsia. HEX triplet: BF, 41 and C5. RGB value is (191,65,197). Sum of RGB (Red+Green+Blue) = 191+65+197=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF41C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41C5 is #40BE3A. Grayscale: #757575. Windows color (decimal): -4243003 or 12927423. OLE color: 12927423.

HSL color Cylindrical-coordinate representation of color #BF41C5: hue angle of 297.27º 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 #BF41C5 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 65 197 -
CMYK 0.03 0.67 0 0.23
HSL 297.27º 0.53% 0.51% -
HSV(B) 297.27º 0.67% 0.77% -
XYZ 33.45 18.89 54.71 -
YUV 117.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 191 65 197 0.03 0.67 0 0.23 297.27 0.53 0.51
Hex BF 41 C5 3 43 0 17 129 35 33
Octal 277 101 305 3 103 0 27 451 65 63
Binary 10111111 1000001 11000101 11 1000011 0 10111 100101001 110101 110011

Color Harmonies of #BF41C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41C5

Black with #BF41C5

Text Example


Text Example

White with #BF41C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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