Html Css Color HEX #BC43C0 Fuchsia

📋 copy color: '#BC43C0'

red 188 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #BC43C0

Tints of Fuchsia #BC43C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 42.06%
G = 14.99%
B = 42.95%

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

#BC43C0 (or 0xBC43C0) is known color: Fuchsia. HEX triplet: BC, 43 and C0. RGB value is (188,67,192). Sum of RGB (Red+Green+Blue) = 188+67+192=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC43C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43C0 is #43BC3F. Grayscale: #757575. Windows color (decimal): -4439104 or 12600252. OLE color: 12600252.

HSL color Cylindrical-coordinate representation of color #BC43C0: hue angle of 298.08º degrees, saturation: 0.5, 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 #BC43C0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 67 192 -
CMYK 0.02 0.65 0 0.25
HSL 298.08º 0.5% 0.51% -
HSV(B) 298.08º 0.65% 0.75% -
XYZ 32.26 18.51 51.74 -
YUV 117.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 188 67 192 0.02 0.65 0 0.25 298.08 0.5 0.51
Hex BC 43 C0 2 41 0 19 12A 32 33
Octal 274 103 300 2 101 0 31 452 62 63
Binary 10111100 1000011 11000000 10 1000001 0 11001 100101010 110010 110011

Color Harmonies of #BC43C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43C0

Black with #BC43C0

Text Example


Text Example

White with #BC43C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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