Html Css Color HEX #BC43BF Fuchsia

📋 copy color: '#BC43BF'

red 188 ◦ green 67 ◦ blue 191

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

Shades of Fuchsia #BC43BF

Tints of Fuchsia #BC43BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.02%

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

R = 42.15%
G = 15.02%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC43BF (or 0xBC43BF) is known color: Fuchsia. HEX triplet: BC, 43 and BF. RGB value is (188,67,191). Sum of RGB (Red+Green+Blue) = 188+67+191=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC43BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43BF is #43BC40. Grayscale: #747474. Windows color (decimal): -4439105 or 12534716. OLE color: 12534716.

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

Color convert

RGB 188 67 191 -
CMYK 0.02 0.65 0 0.25
HSL 298.55º 0.49% 0.51% -
HSV(B) 298.55º 0.65% 0.75% -
XYZ 32.15 18.47 51.16 -
YUV 117.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 188 67 191 0.02 0.65 0 0.25 298.55 0.49 0.51
Hex BC 43 BF 2 41 0 19 12B 31 33
Octal 274 103 277 2 101 0 31 453 61 63
Binary 10111100 1000011 10111111 10 1000001 0 11001 100101011 110001 110011

Color Harmonies of #BC43BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43BF

Black with #BC43BF

Text Example


Text Example

White with #BC43BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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