Html Css Color HEX #BC47BF Fuchsia

📋 copy color: '#BC47BF'

red 188 ◦ green 71 ◦ blue 191

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

Shades of Fuchsia #BC47BF

Tints of Fuchsia #BC47BF

RGB

 RED value IS 188 (73.83% from 255) = 41.78%

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 41.78%
G = 15.78%
B = 42.44%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC47BF (or 0xBC47BF) is known color: Fuchsia. HEX triplet: BC, 47 and BF. RGB value is (188,71,191). Sum of RGB (Red+Green+Blue) = 188+71+191=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC47BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47BF is #43B840. Grayscale: #777777. Windows color (decimal): -4438081 or 12535740. OLE color: 12535740.

HSL color Cylindrical-coordinate representation of color #BC47BF: hue angle of 298.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 #BC47BF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 71 191 -
CMYK 0.02 0.63 0 0.25
HSL 298.5º 0.48% 0.51% -
HSV(B) 298.5º 0.63% 0.75% -
XYZ 32.4 18.96 51.24 -
YUV 119.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 188 71 191 0.02 0.63 0 0.25 298.5 0.48 0.51
Hex BC 47 BF 2 3F 0 19 12A 30 33
Octal 274 107 277 2 77 0 31 452 60 63
Binary 10111100 1000111 10111111 10 111111 0 11001 100101010 110000 110011

Color Harmonies of #BC47BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47BF

Black with #BC47BF

Text Example


Text Example

White with #BC47BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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