Html Css Color HEX #BC3FA8 Fuchsia

📋 copy color: '#BC3FA8'

red 188 ◦ green 63 ◦ blue 168

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

Shades of Fuchsia #BC3FA8

Tints of Fuchsia #BC3FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.1%

R = 44.87%
G = 15.04%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC3FA8 (or 0xBC3FA8) is known color: Fuchsia. HEX triplet: BC, 3F and A8. RGB value is (188,63,168). Sum of RGB (Red+Green+Blue) = 188+63+168=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FA8 is #43C057. Grayscale: #707070. Windows color (decimal): -4440152 or 11026364. OLE color: 11026364.

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

Color convert

RGB 188 63 168 -
CMYK 0 0.66 0.11 0.26
HSL 309.6º 0.5% 0.49% -
HSV(B) 309.6º 0.66% 0.74% -
XYZ 29.58 17.07 38.78 -
YUV 112.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 188 63 168 0 0.66 0.11 0.26 309.6 0.5 0.49
Hex BC 3F A8 0 42 B 1A 136 32 31
Octal 274 77 250 0 102 13 32 466 62 61
Binary 10111100 111111 10101000 0 1000010 1011 11010 100110110 110010 110001

Color Harmonies of #BC3FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FA8

Black with #BC3FA8

Text Example


Text Example

White with #BC3FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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