Html Css Color HEX #BF41C9 Fuchsia

📋 copy color: '#BF41C9'

red 191 ◦ green 65 ◦ blue 201

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

Shades of Fuchsia #BF41C9

Tints of Fuchsia #BF41C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 41.79%
G = 14.22%
B = 43.98%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF41C9 (or 0xBF41C9) is known color: Fuchsia. HEX triplet: BF, 41 and C9. RGB value is (191,65,201). Sum of RGB (Red+Green+Blue) = 191+65+201=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF41C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41C9 is #40BE36. Grayscale: #757575. Windows color (decimal): -4242999 or 13189567. OLE color: 13189567.

HSL color Cylindrical-coordinate representation of color #BF41C9: hue angle of 295.59º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF41C9 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 65 201 -
CMYK 0.05 0.68 0 0.21
HSL 295.59º 0.56% 0.52% -
HSV(B) 295.59º 0.68% 0.79% -
XYZ 33.92 19.07 57.15 -
YUV 118.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 191 65 201 0.05 0.68 0 0.21 295.59 0.56 0.52
Hex BF 41 C9 5 44 0 15 128 38 34
Octal 277 101 311 5 104 0 25 450 70 64
Binary 10111111 1000001 11001001 101 1000100 0 10101 100101000 111000 110100

Color Harmonies of #BF41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41C9

Black with #BF41C9

Text Example


Text Example

White with #BF41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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