Html Css Color HEX #BC41B7 Fuchsia

📋 copy color: '#BC41B7'

red 188 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #BC41B7

Tints of Fuchsia #BC41B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 43.12%
G = 14.91%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC41B7 (or 0xBC41B7) is known color: Fuchsia. HEX triplet: BC, 41 and B7. RGB value is (188,65,183). Sum of RGB (Red+Green+Blue) = 188+65+183=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41B7 is #43BE48. Grayscale: #727272. Windows color (decimal): -4439625 or 12009916. OLE color: 12009916.

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

Color convert

RGB 188 65 183 -
CMYK 0 0.65 0.03 0.26
HSL 302.44º 0.49% 0.5% -
HSV(B) 302.44º 0.65% 0.74% -
XYZ 31.18 17.89 46.61 -
YUV 115.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 188 65 183 0 0.65 0.03 0.26 302.44 0.49 0.5
Hex BC 41 B7 0 41 3 1A 12E 31 32
Octal 274 101 267 0 101 3 32 456 61 62
Binary 10111100 1000001 10110111 0 1000001 11 11010 100101110 110001 110010

Color Harmonies of #BC41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41B7

Black with #BC41B7

Text Example


Text Example

White with #BC41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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