Html Css Color HEX #BE44C2 Fuchsia

📋 copy color: '#BE44C2'

red 190 ◦ green 68 ◦ blue 194

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

Shades of Fuchsia #BE44C2

Tints of Fuchsia #BE44C2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.04%

 BLUE value IS 194 (76.17% from 255) = 42.92%

R = 42.04%
G = 15.04%
B = 42.92%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE44C2 (or 0xBE44C2) is known color: Fuchsia. HEX triplet: BE, 44 and C2. RGB value is (190,68,194). Sum of RGB (Red+Green+Blue) = 190+68+194=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44C2 is #41BB3D. Grayscale: #767676. Windows color (decimal): -4307774 or 12731582. OLE color: 12731582.

HSL color Cylindrical-coordinate representation of color #BE44C2: hue angle of 298.1º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE44C2 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 68 194 -
CMYK 0.02 0.65 0 0.24
HSL 298.1º 0.51% 0.51% -
HSV(B) 298.1º 0.65% 0.76% -
XYZ 33.04 18.98 52.96 -
YUV 118.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 190 68 194 0.02 0.65 0 0.24 298.1 0.51 0.51
Hex BE 44 C2 2 41 0 18 12A 33 33
Octal 276 104 302 2 101 0 30 452 63 63
Binary 10111110 1000100 11000010 10 1000001 0 11000 100101010 110011 110011

Color Harmonies of #BE44C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44C2

Black with #BE44C2

Text Example


Text Example

White with #BE44C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44C2; }

 p { color: rgb(190,68,194); }

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

background-color css

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

 a { background-color: rgb(190,68,194); }

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

border-color css

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

 span { border-color: rgb(190,68,194); }

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