Html Css Color HEX #BF47CA Fuchsia

📋 copy color: '#BF47CA'

red 191 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #BF47CA

Tints of Fuchsia #BF47CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.3%

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

R = 41.16%
G = 15.3%
B = 43.53%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF47CA (or 0xBF47CA) is known color: Fuchsia. HEX triplet: BF, 47 and CA. RGB value is (191,71,202). Sum of RGB (Red+Green+Blue) = 191+71+202=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47CA is #40B835. Grayscale: #797979. Windows color (decimal): -4241462 or 13256639. OLE color: 13256639.

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

Color convert

RGB 191 71 202 -
CMYK 0.05 0.65 0 0.21
HSL 294.96º 0.55% 0.54% -
HSV(B) 294.96º 0.65% 0.79% -
XYZ 34.4 19.85 57.89 -
YUV 121.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 191 71 202 0.05 0.65 0 0.21 294.96 0.55 0.54
Hex BF 47 CA 5 41 0 15 127 37 36
Octal 277 107 312 5 101 0 25 447 67 66
Binary 10111111 1000111 11001010 101 1000001 0 10101 100100111 110111 110110

Color Harmonies of #BF47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47CA

Black with #BF47CA

Text Example


Text Example

White with #BF47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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