Html Css Color HEX #BC43BD Fuchsia

📋 copy color: '#BC43BD'

red 188 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #BC43BD

Tints of Fuchsia #BC43BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 42.34%
G = 15.09%
B = 42.57%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC43BD (or 0xBC43BD) is known color: Fuchsia. HEX triplet: BC, 43 and BD. RGB value is (188,67,189). Sum of RGB (Red+Green+Blue) = 188+67+189=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43BD is #43BC42. Grayscale: #747474. Windows color (decimal): -4439107 or 12403644. OLE color: 12403644.

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

Color convert

RGB 188 67 189 -
CMYK 0.01 0.65 0 0.26
HSL 299.51º 0.48% 0.5% -
HSV(B) 299.51º 0.65% 0.74% -
XYZ 31.93 18.38 50.01 -
YUV 117.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 188 67 189 0.01 0.65 0 0.26 299.51 0.48 0.5
Hex BC 43 BD 1 41 0 1A 12C 30 32
Octal 274 103 275 1 101 0 32 454 60 62
Binary 10111100 1000011 10111101 1 1000001 0 11010 100101100 110000 110010

Color Harmonies of #BC43BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43BD

Black with #BC43BD

Text Example


Text Example

White with #BC43BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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