Html Css Color HEX #BC43BA Fuchsia

📋 copy color: '#BC43BA'

red 188 ◦ green 67 ◦ blue 186

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

Shades of Fuchsia #BC43BA

Tints of Fuchsia #BC43BA

RGB

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

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

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

R = 42.63%
G = 15.19%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC43BA (or 0xBC43BA) is known color: Fuchsia. HEX triplet: BC, 43 and BA. RGB value is (188,67,186). Sum of RGB (Red+Green+Blue) = 188+67+186=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43BA is #43BC45. Grayscale: #747474. Windows color (decimal): -4439110 or 12207036. OLE color: 12207036.

HSL color Cylindrical-coordinate representation of color #BC43BA: hue angle of 300.99º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC43BA is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 67 186 -
CMYK 0 0.64 0.01 0.26
HSL 300.99º 0.47% 0.5% -
HSV(B) 300.99º 0.64% 0.74% -
XYZ 31.61 18.25 48.31 -
YUV 116.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 188 67 186 0 0.64 0.01 0.26 300.99 0.47 0.5
Hex BC 43 BA 0 40 1 1A 12D 2F 32
Octal 274 103 272 0 100 1 32 455 57 62
Binary 10111100 1000011 10111010 0 1000000 1 11010 100101101 101111 110010

Color Harmonies of #BC43BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43BA

Black with #BC43BA

Text Example


Text Example

White with #BC43BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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