Html Css Color HEX #BC44BA Fuchsia

📋 copy color: '#BC44BA'

red 188 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #BC44BA

Tints of Fuchsia #BC44BA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.38%

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

R = 42.53%
G = 15.38%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC44BA (or 0xBC44BA) is known color: Fuchsia. HEX triplet: BC, 44 and BA. RGB value is (188,68,186). Sum of RGB (Red+Green+Blue) = 188+68+186=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44BA is #43BB45. Grayscale: #747474. Windows color (decimal): -4438854 or 12207292. OLE color: 12207292.

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

Color convert

RGB 188 68 186 -
CMYK 0 0.64 0.01 0.26
HSL 301º 0.47% 0.5% -
HSV(B) 301º 0.64% 0.74% -
XYZ 31.67 18.37 48.33 -
YUV 117.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 188 68 186 0 0.64 0.01 0.26 301 0.47 0.5
Hex BC 44 BA 0 40 1 1A 12D 2F 32
Octal 274 104 272 0 100 1 32 455 57 62
Binary 10111100 1000100 10111010 0 1000000 1 11010 100101101 101111 110010

Color Harmonies of #BC44BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44BA

Black with #BC44BA

Text Example


Text Example

White with #BC44BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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