Html Css Color HEX #BF41CA Fuchsia

📋 copy color: '#BF41CA'

red 191 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #BF41CA

Tints of Fuchsia #BF41CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 41.7%
G = 14.19%
B = 44.1%

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

#BF41CA (or 0xBF41CA) is known color: Fuchsia. HEX triplet: BF, 41 and CA. RGB value is (191,65,202). Sum of RGB (Red+Green+Blue) = 191+65+202=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41CA is #40BE35. Grayscale: #757575. Windows color (decimal): -4242998 or 13255103. OLE color: 13255103.

HSL color Cylindrical-coordinate representation of color #BF41CA: hue angle of 295.18º 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 #BF41CA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 65 202 -
CMYK 0.05 0.68 0 0.21
HSL 295.18º 0.56% 0.52% -
HSV(B) 295.18º 0.68% 0.79% -
XYZ 34.04 19.12 57.77 -
YUV 118.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 191 65 202 0.05 0.68 0 0.21 295.18 0.56 0.52
Hex BF 41 CA 5 44 0 15 127 38 34
Octal 277 101 312 5 104 0 25 447 70 64
Binary 10111111 1000001 11001010 101 1000100 0 10101 100100111 111000 110100

Color Harmonies of #BF41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41CA

Black with #BF41CA

Text Example


Text Example

White with #BF41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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