Html Css Color HEX #BC54B3 Fuchsia

📋 copy color: '#BC54B3'

red 188 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #BC54B3

Tints of Fuchsia #BC54B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 41.69%
G = 18.63%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC54B3 (or 0xBC54B3) is known color: Fuchsia. HEX triplet: BC, 54 and B3. RGB value is (188,84,179). Sum of RGB (Red+Green+Blue) = 188+84+179=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54B3 is #43AB4C. Grayscale: #7D7D7D. Windows color (decimal): -4434765 or 11752636. OLE color: 11752636.

HSL color Cylindrical-coordinate representation of color #BC54B3: hue angle of 305.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC54B3 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 179 -
CMYK 0 0.55 0.05 0.26
HSL 305.19º 0.44% 0.53% -
HSV(B) 305.19º 0.55% 0.74% -
XYZ 32.05 20.29 44.87 -
YUV 125.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 188 84 179 0 0.55 0.05 0.26 305.19 0.44 0.53
Hex BC 54 B3 0 37 5 1A 131 2C 35
Octal 274 124 263 0 67 5 32 461 54 65
Binary 10111100 1010100 10110011 0 110111 101 11010 100110001 101100 110101

Color Harmonies of #BC54B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54B3

Black with #BC54B3

Text Example


Text Example

White with #BC54B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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