Html Css Color HEX #BC54C1 Fuchsia

📋 copy color: '#BC54C1'

red 188 ◦ green 84 ◦ blue 193

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

Shades of Fuchsia #BC54C1

Tints of Fuchsia #BC54C1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 40.43%
G = 18.06%
B = 41.51%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC54C1 (or 0xBC54C1) is known color: Fuchsia. HEX triplet: BC, 54 and C1. RGB value is (188,84,193). Sum of RGB (Red+Green+Blue) = 188+84+193=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC54C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54C1 is #43AB3E. Grayscale: #7F7F7F. Windows color (decimal): -4434751 or 12670140. OLE color: 12670140.

HSL color Cylindrical-coordinate representation of color #BC54C1: hue angle of 297.25º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC54C1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 84 193 -
CMYK 0.03 0.56 0 0.24
HSL 297.25º 0.47% 0.54% -
HSV(B) 297.25º 0.56% 0.76% -
XYZ 33.54 20.88 52.72 -
YUV 127.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 188 84 193 0.03 0.56 0 0.24 297.25 0.47 0.54
Hex BC 54 C1 3 38 0 18 129 2F 36
Octal 274 124 301 3 70 0 30 451 57 66
Binary 10111100 1010100 11000001 11 111000 0 11000 100101001 101111 110110

Color Harmonies of #BC54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54C1

Black with #BC54C1

Text Example


Text Example

White with #BC54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54C1; }

 p { color: rgb(188,84,193); }

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

background-color css

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

 a { background-color: rgb(188,84,193); }

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

border-color css

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

 span { border-color: rgb(188,84,193); }

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