Html Css Color HEX #BE41C2 Fuchsia

📋 copy color: '#BE41C2'

red 190 ◦ green 65 ◦ blue 194

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

Shades of Fuchsia #BE41C2

Tints of Fuchsia #BE41C2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.48%

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

R = 42.32%
G = 14.48%
B = 43.21%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE41C2 (or 0xBE41C2) is known color: Fuchsia. HEX triplet: BE, 41 and C2. RGB value is (190,65,194). Sum of RGB (Red+Green+Blue) = 190+65+194=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE41C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41C2 is #41BE3D. Grayscale: #747474. Windows color (decimal): -4308542 or 12730814. OLE color: 12730814.

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

Color convert

RGB 190 65 194 -
CMYK 0.02 0.66 0 0.24
HSL 298.14º 0.51% 0.51% -
HSV(B) 298.14º 0.66% 0.76% -
XYZ 32.86 18.62 52.9 -
YUV 117.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 190 65 194 0.02 0.66 0 0.24 298.14 0.51 0.51
Hex BE 41 C2 2 42 0 18 12A 33 33
Octal 276 101 302 2 102 0 30 452 63 63
Binary 10111110 1000001 11000010 10 1000010 0 11000 100101010 110011 110011

Color Harmonies of #BE41C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41C2

Black with #BE41C2

Text Example


Text Example

White with #BE41C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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