Html Css Color HEX #BC54B7 Fuchsia

📋 copy color: '#BC54B7'

red 188 ◦ green 84 ◦ blue 183

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

Shades of Fuchsia #BC54B7

Tints of Fuchsia #BC54B7

RGB

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

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

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

R = 41.32%
G = 18.46%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC54B7 (or 0xBC54B7) is known color: Fuchsia. HEX triplet: BC, 54 and B7. RGB value is (188,84,183). Sum of RGB (Red+Green+Blue) = 188+84+183=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54B7 is #43AB48. Grayscale: #7E7E7E. Windows color (decimal): -4434761 or 12014780. OLE color: 12014780.

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

Color convert

RGB 188 84 183 -
CMYK 0 0.55 0.03 0.26
HSL 302.88º 0.44% 0.53% -
HSV(B) 302.88º 0.55% 0.74% -
XYZ 32.46 20.45 47.04 -
YUV 126.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 188 84 183 0 0.55 0.03 0.26 302.88 0.44 0.53
Hex BC 54 B7 0 37 3 1A 12F 2C 35
Octal 274 124 267 0 67 3 32 457 54 65
Binary 10111100 1010100 10110111 0 110111 11 11010 100101111 101100 110101

Color Harmonies of #BC54B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54B7

Black with #BC54B7

Text Example


Text Example

White with #BC54B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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