Html Css Color HEX #BC41BE Fuchsia

📋 copy color: '#BC41BE'

red 188 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #BC41BE

Tints of Fuchsia #BC41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 42.44%
G = 14.67%
B = 42.89%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC41BE (or 0xBC41BE) is known color: Fuchsia. HEX triplet: BC, 41 and BE. RGB value is (188,65,190). Sum of RGB (Red+Green+Blue) = 188+65+190=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41BE is #43BE41. Grayscale: #737373. Windows color (decimal): -4439618 or 12468668. OLE color: 12468668.

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

Color convert

RGB 188 65 190 -
CMYK 0.01 0.66 0 0.25
HSL 299.04º 0.49% 0.5% -
HSV(B) 299.04º 0.66% 0.75% -
XYZ 31.92 18.19 50.54 -
YUV 116.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 188 65 190 0.01 0.66 0 0.25 299.04 0.49 0.5
Hex BC 41 BE 1 42 0 19 12B 31 32
Octal 274 101 276 1 102 0 31 453 61 62
Binary 10111100 1000001 10111110 1 1000010 0 11001 100101011 110001 110010

Color Harmonies of #BC41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41BE

Black with #BC41BE

Text Example


Text Example

White with #BC41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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