Html Css Color HEX #BF47BA Fuchsia

📋 copy color: '#BF47BA'

red 191 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #BF47BA

Tints of Fuchsia #BF47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 42.63%
G = 15.85%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF47BA (or 0xBF47BA) is known color: Fuchsia. HEX triplet: BF, 47 and BA. RGB value is (191,71,186). Sum of RGB (Red+Green+Blue) = 191+71+186=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47BA is #40B845. Grayscale: #777777. Windows color (decimal): -4241478 or 12208063. OLE color: 12208063.

HSL color Cylindrical-coordinate representation of color #BF47BA: hue angle of 302.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47BA is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 186 -
CMYK 0 0.63 0.03 0.25
HSL 302.5º 0.48% 0.51% -
HSV(B) 302.5º 0.63% 0.75% -
XYZ 32.6 19.13 48.43 -
YUV 119.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 191 71 186 0 0.63 0.03 0.25 302.5 0.48 0.51
Hex BF 47 BA 0 3F 3 19 12E 30 33
Octal 277 107 272 0 77 3 31 456 60 63
Binary 10111111 1000111 10111010 0 111111 11 11001 100101110 110000 110011

Color Harmonies of #BF47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47BA

Black with #BF47BA

Text Example


Text Example

White with #BF47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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