Html Css Color HEX #BC41B2 Fuchsia

📋 copy color: '#BC41B2'

red 188 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #BC41B2

Tints of Fuchsia #BC41B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 43.62%
G = 15.08%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC41B2 (or 0xBC41B2) is known color: Fuchsia. HEX triplet: BC, 41 and B2. RGB value is (188,65,178). Sum of RGB (Red+Green+Blue) = 188+65+178=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41B2 is #43BE4D. Grayscale: #727272. Windows color (decimal): -4439630 or 11682236. OLE color: 11682236.

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

Color convert

RGB 188 65 178 -
CMYK 0 0.65 0.05 0.26
HSL 304.88º 0.49% 0.5% -
HSV(B) 304.88º 0.65% 0.74% -
XYZ 30.67 17.69 43.92 -
YUV 114.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 188 65 178 0 0.65 0.05 0.26 304.88 0.49 0.5
Hex BC 41 B2 0 41 5 1A 131 31 32
Octal 274 101 262 0 101 5 32 461 61 62
Binary 10111100 1000001 10110010 0 1000001 101 11010 100110001 110001 110010

Color Harmonies of #BC41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41B2

Black with #BC41B2

Text Example


Text Example

White with #BC41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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