Html Css Color HEX #BE54BC Fuchsia

📋 copy color: '#BE54BC'

red 190 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #BE54BC

Tints of Fuchsia #BE54BC

RGB

 RED value IS 190 (74.61% from 255) = 41.13%

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 41.13%
G = 18.18%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE54BC (or 0xBE54BC) is known color: Fuchsia. HEX triplet: BE, 54 and BC. RGB value is (190,84,188). Sum of RGB (Red+Green+Blue) = 190+84+188=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54BC is #41AB43. Grayscale: #7F7F7F. Windows color (decimal): -4303684 or 12342462. OLE color: 12342462.

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

Color convert

RGB 190 84 188 -
CMYK 0 0.56 0.01 0.25
HSL 301.13º 0.45% 0.54% -
HSV(B) 301.13º 0.56% 0.75% -
XYZ 33.48 20.92 49.85 -
YUV 127.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 190 84 188 0 0.56 0.01 0.25 301.13 0.45 0.54
Hex BE 54 BC 0 38 1 19 12D 2D 36
Octal 276 124 274 0 70 1 31 455 55 66
Binary 10111110 1010100 10111100 0 111000 1 11001 100101101 101101 110110

Color Harmonies of #BE54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54BC

Black with #BE54BC

Text Example


Text Example

White with #BE54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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