Html Css Color HEX #BC54BD Fuchsia

📋 copy color: '#BC54BD'

red 188 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #BC54BD

Tints of Fuchsia #BC54BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 40.78%
G = 18.22%
B = 41%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC54BD (or 0xBC54BD) is known color: Fuchsia. HEX triplet: BC, 54 and BD. RGB value is (188,84,189). Sum of RGB (Red+Green+Blue) = 188+84+189=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54BD is #43AB42. Grayscale: #7E7E7E. Windows color (decimal): -4434755 or 12407996. OLE color: 12407996.

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

Color convert

RGB 188 84 189 -
CMYK 0.01 0.56 0 0.26
HSL 299.43º 0.44% 0.54% -
HSV(B) 299.43º 0.56% 0.74% -
XYZ 33.09 20.71 50.4 -
YUV 127.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 188 84 189 0.01 0.56 0 0.26 299.43 0.44 0.54
Hex BC 54 BD 1 38 0 1A 12B 2C 36
Octal 274 124 275 1 70 0 32 453 54 66
Binary 10111100 1010100 10111101 1 111000 0 11010 100101011 101100 110110

Color Harmonies of #BC54BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54BD

Black with #BC54BD

Text Example


Text Example

White with #BC54BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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