Html Css Color HEX #BC3FAD Fuchsia

📋 copy color: '#BC3FAD'

red 188 ◦ green 63 ◦ blue 173

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

Shades of Fuchsia #BC3FAD

Tints of Fuchsia #BC3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.86%

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 44.34%
G = 14.86%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC3FAD (or 0xBC3FAD) is known color: Fuchsia. HEX triplet: BC, 3F and AD. RGB value is (188,63,173). Sum of RGB (Red+Green+Blue) = 188+63+173=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FAD is #43C052. Grayscale: #707070. Windows color (decimal): -4440147 or 11354044. OLE color: 11354044.

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

Color convert

RGB 188 63 173 -
CMYK 0 0.66 0.08 0.26
HSL 307.2º 0.5% 0.49% -
HSV(B) 307.2º 0.66% 0.74% -
XYZ 30.06 17.26 41.28 -
YUV 112.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 188 63 173 0 0.66 0.08 0.26 307.2 0.5 0.49
Hex BC 3F AD 0 42 8 1A 133 32 31
Octal 274 77 255 0 102 10 32 463 62 61
Binary 10111100 111111 10101101 0 1000010 1000 11010 100110011 110010 110001

Color Harmonies of #BC3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FAD

Black with #BC3FAD

Text Example


Text Example

White with #BC3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FAD; }

 p { color: rgb(188,63,173); }

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

background-color css

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

 a { background-color: rgb(188,63,173); }

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

border-color css

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

 span { border-color: rgb(188,63,173); }

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