Html Css Color HEX #BE43C0 Fuchsia

📋 copy color: '#BE43C0'

red 190 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #BE43C0

Tints of Fuchsia #BE43C0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.92%

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

R = 42.32%
G = 14.92%
B = 42.76%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE43C0 (or 0xBE43C0) is known color: Fuchsia. HEX triplet: BE, 43 and C0. RGB value is (190,67,192). Sum of RGB (Red+Green+Blue) = 190+67+192=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE43C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE43C0 is #41BC3F. Grayscale: #757575. Windows color (decimal): -4308032 or 12600254. OLE color: 12600254.

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

Color convert

RGB 190 67 192 -
CMYK 0.01 0.65 0 0.25
HSL 299.04º 0.5% 0.51% -
HSV(B) 299.04º 0.65% 0.75% -
XYZ 32.76 18.77 51.77 -
YUV 118.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 190 67 192 0.01 0.65 0 0.25 299.04 0.5 0.51
Hex BE 43 C0 1 41 0 19 12B 32 33
Octal 276 103 300 1 101 0 31 453 62 63
Binary 10111110 1000011 11000000 1 1000001 0 11001 100101011 110010 110011

Color Harmonies of #BE43C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE43C0

Black with #BE43C0

Text Example


Text Example

White with #BE43C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE43C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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