Html Css Color HEX #BE40C0 Fuchsia

📋 copy color: '#BE40C0'

red 190 ◦ green 64 ◦ blue 192

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

Shades of Fuchsia #BE40C0

Tints of Fuchsia #BE40C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 42.6%
G = 14.35%
B = 43.05%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE40C0 (or 0xBE40C0) is known color: Fuchsia. HEX triplet: BE, 40 and C0. RGB value is (190,64,192). Sum of RGB (Red+Green+Blue) = 190+64+192=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40C0 is #41BF3F. Grayscale: #737373. Windows color (decimal): -4308800 or 12599486. OLE color: 12599486.

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

Color convert

RGB 190 64 192 -
CMYK 0.01 0.67 0 0.25
HSL 299.06º 0.5% 0.5% -
HSV(B) 299.06º 0.67% 0.75% -
XYZ 32.58 18.42 51.71 -
YUV 116.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 190 64 192 0.01 0.67 0 0.25 299.06 0.5 0.5
Hex BE 40 C0 1 43 0 19 12B 32 32
Octal 276 100 300 1 103 0 31 453 62 62
Binary 10111110 1000000 11000000 1 1000011 0 11001 100101011 110010 110010

Color Harmonies of #BE40C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40C0

Black with #BE40C0

Text Example


Text Example

White with #BE40C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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