Html Css Color HEX #BC41BA Fuchsia

📋 copy color: '#BC41BA'

red 188 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #BC41BA

Tints of Fuchsia #BC41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

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

R = 42.82%
G = 14.81%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC41BA (or 0xBC41BA) is known color: Fuchsia. HEX triplet: BC, 41 and BA. RGB value is (188,65,186). Sum of RGB (Red+Green+Blue) = 188+65+186=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41BA is #43BE45. Grayscale: #737373. Windows color (decimal): -4439622 or 12206524. OLE color: 12206524.

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

Color convert

RGB 188 65 186 -
CMYK 0 0.65 0.01 0.26
HSL 300.98º 0.49% 0.5% -
HSV(B) 300.98º 0.65% 0.74% -
XYZ 31.49 18.02 48.27 -
YUV 115.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 188 65 186 0 0.65 0.01 0.26 300.98 0.49 0.5
Hex BC 41 BA 0 41 1 1A 12D 31 32
Octal 274 101 272 0 101 1 32 455 61 62
Binary 10111100 1000001 10111010 0 1000001 1 11010 100101101 110001 110010

Color Harmonies of #BC41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41BA

Black with #BC41BA

Text Example


Text Example

White with #BC41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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