Html Css Color HEX #BC43AF Fuchsia

📋 copy color: '#BC43AF'

red 188 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #BC43AF

Tints of Fuchsia #BC43AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 43.72%
G = 15.58%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC43AF (or 0xBC43AF) is known color: Fuchsia. HEX triplet: BC, 43 and AF. RGB value is (188,67,175). Sum of RGB (Red+Green+Blue) = 188+67+175=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43AF is #43BC50. Grayscale: #737373. Windows color (decimal): -4439121 or 11486140. OLE color: 11486140.

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

Color convert

RGB 188 67 175 -
CMYK 0 0.64 0.07 0.26
HSL 306.45º 0.47% 0.5% -
HSV(B) 306.45º 0.64% 0.74% -
XYZ 30.48 17.8 42.39 -
YUV 115.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 188 67 175 0 0.64 0.07 0.26 306.45 0.47 0.5
Hex BC 43 AF 0 40 7 1A 132 2F 32
Octal 274 103 257 0 100 7 32 462 57 62
Binary 10111100 1000011 10101111 0 1000000 111 11010 100110010 101111 110010

Color Harmonies of #BC43AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43AF

Black with #BC43AF

Text Example


Text Example

White with #BC43AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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