Html Css Color HEX #BC3FBA Fuchsia

📋 copy color: '#BC3FBA'

red 188 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #BC3FBA

Tints of Fuchsia #BC3FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 43.02%
G = 14.42%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC3FBA (or 0xBC3FBA) is known color: Fuchsia. HEX triplet: BC, 3F and BA. RGB value is (188,63,186). Sum of RGB (Red+Green+Blue) = 188+63+186=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FBA is #43C045. Grayscale: #727272. Windows color (decimal): -4440134 or 12206012. OLE color: 12206012.

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

Color convert

RGB 188 63 186 -
CMYK 0 0.66 0.01 0.26
HSL 300.96º 0.5% 0.49% -
HSV(B) 300.96º 0.66% 0.74% -
XYZ 31.38 17.79 48.23 -
YUV 114.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 188 63 186 0 0.66 0.01 0.26 300.96 0.5 0.49
Hex BC 3F BA 0 42 1 1A 12D 32 31
Octal 274 77 272 0 102 1 32 455 62 61
Binary 10111100 111111 10111010 0 1000010 1 11010 100101101 110010 110001

Color Harmonies of #BC3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FBA

Black with #BC3FBA

Text Example


Text Example

White with #BC3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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