Html Css Color HEX #BC43B2 Fuchsia

📋 copy color: '#BC43B2'

red 188 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #BC43B2

Tints of Fuchsia #BC43B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 43.42%
G = 15.47%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC43B2 (or 0xBC43B2) is known color: Fuchsia. HEX triplet: BC, 43 and B2. RGB value is (188,67,178). Sum of RGB (Red+Green+Blue) = 188+67+178=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43B2 is #43BC4D. Grayscale: #737373. Windows color (decimal): -4439118 or 11682748. OLE color: 11682748.

HSL color Cylindrical-coordinate representation of color #BC43B2: hue angle of 304.96º 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 #BC43B2 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 67 178 -
CMYK 0 0.64 0.05 0.26
HSL 304.96º 0.47% 0.5% -
HSV(B) 304.96º 0.64% 0.74% -
XYZ 30.78 17.92 43.96 -
YUV 115.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 188 67 178 0 0.64 0.05 0.26 304.96 0.47 0.5
Hex BC 43 B2 0 40 5 1A 131 2F 32
Octal 274 103 262 0 100 5 32 461 57 62
Binary 10111100 1000011 10110010 0 1000000 101 11010 100110001 101111 110010

Color Harmonies of #BC43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43B2

Black with #BC43B2

Text Example


Text Example

White with #BC43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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