Html Css Color HEX #BE40C4 Fuchsia

📋 copy color: '#BE40C4'

red 190 ◦ green 64 ◦ blue 196

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

Shades of Fuchsia #BE40C4

Tints of Fuchsia #BE40C4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.22%

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 42.22%
G = 14.22%
B = 43.56%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE40C4 (or 0xBE40C4) is known color: Fuchsia. HEX triplet: BE, 40 and C4. RGB value is (190,64,196). Sum of RGB (Red+Green+Blue) = 190+64+196=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE40C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40C4 is #41BF3B. Grayscale: #747474. Windows color (decimal): -4308796 or 12861630. OLE color: 12861630.

HSL color Cylindrical-coordinate representation of color #BE40C4: hue angle of 297.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE40C4 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 64 196 -
CMYK 0.03 0.67 0 0.23
HSL 297.27º 0.53% 0.51% -
HSV(B) 297.27º 0.67% 0.77% -
XYZ 33.03 18.6 54.07 -
YUV 116.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 190 64 196 0.03 0.67 0 0.23 297.27 0.53 0.51
Hex BE 40 C4 3 43 0 17 129 35 33
Octal 276 100 304 3 103 0 27 451 65 63
Binary 10111110 1000000 11000100 11 1000011 0 10111 100101001 110101 110011

Color Harmonies of #BE40C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40C4

Black with #BE40C4

Text Example


Text Example

White with #BE40C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40C4; }

 p { color: rgb(190,64,196); }

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

background-color css

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

 a { background-color: rgb(190,64,196); }

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

border-color css

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

 span { border-color: rgb(190,64,196); }

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